-
Including `lib/fastclick.js` directly (without using bower or any other package manager) not only defines the global `FastClick` constructor, but also the following global functions:
- `deviceIsAndroi…
-
Using the Topcoat tab-bar with FastClick (https://github.com/ftlabs/fastclick) prevents other tabs from being selected after the first one's tapped.
This is likely to be an issue with FastClick rat…
Fyrd updated
10 years ago
-
FastClick is unable to attach to a host ring (using `netmap:eth0^` interface name). It seems that it always attach to default hardware rings, no matter what modifier is given after interface name. In …
-
As a .NET developer
I want to have a nuget package for fastclick
So that I could make use of automated package management and updates tracking for all my 3rd party dependencies, including fastclick, u…
-
Using version 1.0.6, reset buttons (inputs of type reset) don't reliably fire the click event or perform their "form reset" function when tapped. True on at least iOS7.
Cause: The needsFocus() metho…
-
Hi ! The last accepted PR is more than 1 year old, and now 76 PR are waiting for merge, is this library maintained by ftlabs ?
that could be a severe issue... :)
-
-
For cases where I need to turn the event on and off, after turning the event off, turning the event on again, no longer triggers events.
$(element).on('fastclick', function(){
alert('Hi');
});
$(…
-
Hello,
I'm using fastclick.js together with bouncefix.js, they both work well for me, except when I reach the top or the bottom of my web, it looks like bouncefix.js will make a little scroll(1px), an…
YongX updated
9 years ago
-
This appears to be the mysterious and annoying "tainted canvas" issue.
The error is:
```
SecurityError: DOM Exception 18: An attempt was made to break through the security policy of the user agent.
…