fastclick Questions
6
Solved
I'm using regular jQuery and I have an event handler that looks like this:
$('#someID').on({
click: SomeFunction
}, '.SomeClass');
This will produce a 300ms delay on the click event and I'm l...
Patman asked 27/11, 2014 at 14:45
1
Solved
I'm new to angular. ng-click seems like a pretty core directive, I don't understand how you can make an app without ng-click. Am I missing something? Apparently it's deprecated. And the docs point ...
Basketwork asked 11/5, 2016 at 11:37
2
I’m using FastClick on a page with large links because I want to bypass the 300ms delay for taps in mobile browsers. I have a “highlight” style for the links’ :active states and it is properly firi...
Segmental asked 20/1, 2016 at 21:1
1
© 2022 - 2024 — McMap. All rights reserved.