The hammer tag has no wiki summary.
0
votes
0answers
40 views
How to read sass code (created by hammer) on Chrome?
I read this Article which states that we can debug our sass code using chrome. I managed to do this using codekit as a sass compiler. The result is very good. Recently I started using Hammer to create ...
0
votes
2answers
214 views
Creating a horizontal scroll in the iPad (preventing vertical scrolling with Hammer JS library)
I'm trying to prevent vertical scrolling in a page shown inside an app. I'm looking to use Hammer JS, but I'm not sure how should I use it. I've tried several events using event.preventDefault() but ...
0
votes
0answers
43 views
Table data overflows on zoom
I have a table inside a <div>. The div contains a box ..
Now i have applied zoom feature to the table alone using an external plugin hammer.js.
So when i zoom my table, it overflows outside ...
1
vote
0answers
21 views
Mapping for Mac OS
Is this possible to use Hammer or UDK (mapping) on Mac OS ? If not, what can I use instead?
0
votes
1answer
75 views
Image is undefined when binding a drag event after onload
When in coffeescript I try to bind the dragstart event on an image in an onload trigger I get the following error:
Uncaught TypeError: Cannot set property 'ondragstart' of undefined
Here's my ...
1
vote
1answer
953 views
Hammer.js allowing clicks within a drag area
I'm using Hammer.js to create a mobile app-style side menu that slides out on the left. When the user swipes the side menu to the left it should close.
My problem is that none of the links within the ...
0
votes
0answers
646 views
jQuery: click(); not working with hammer.js though fadeIn(); works fine
first I'm new to this so apologies in advance (for everything probably).
I'm using the jammer.js library and jQuery plugin for multi-touch gestures in a site and am having trouble with the triggering ...
1
vote
1answer
312 views
Can't get Meteor to work with the light-weight JS touch library, hammer.js
I've read the existing posts on integrating touch events in Meteor.
The wisdom seems to be that while the API is still evolving, it might be best to avoid a package-based approach and instead just ...
4
votes
4answers
2k views
stopPropagation() with tap event
I'm using hammer.js and it appears that I event.stopPropagation() doesn't work with tap event.
If I click on the child, the associated event is triggered but parent's event is also triggered and I ...
3
votes
1answer
3k views
Delegating Hammer.js events with jQuery
I have started using Hammer.js (https://github.com/eightmedia/hammer.js) which is a great little script, but I'm unsure how to delegate the events using jQuery's .on() event handler.
I've set up a ...
0
votes
1answer
119 views
Empirix hammer and mobile testing is it possible?
I am looking into the feasibility of automating tests for some mobile apps that have calling functionality.
I have been looking around for automated ui testing for mobiles which seems feasible but ...
25
votes
5answers
4k views
How do I throttle my site's API users?
The legitimate users of my site occasionally hammer the server with API requests that cause undesirable results. I want to institute a limit of no more than say one API call every 5 seconds or n calls ...
6
votes
2answers
4k views
What (good) Java RADIUS server libraries are out there?
I've only been able to find two thus far, namely TinyRadius, which itself discourages production use and AXL, which is pay-only.
JRadius seems tied to FreeRADIUS, which isn't a library and will need ...
