-
I am developing a phonegap app for windows platform. And it seems that Fast click does not work on Windows 8.
Is it right?or is there any workaround?
-
You said you didn't want to add Bower because of the way Headstart's folder structure is organized. Perhaps DUO (http://duojs.org/) is something that fits better. Looks very promising to me.
I'm not …
-
Came across a problem. Would love to hear some feedback, workaround/solution.
I did: `$ ember g foundation-sass` and got:
```
version: 0.1.2
installing
Installing browser packages via Bower...
not…
-
This is IMHO quite a critical bug considering the amount of websites using this library:
With Fastclick activated, people using VoiceOver on iOS are not able to open a select box (popover) anymore.
…
-
This is a feature request, not a bug
Not many tests are missing in Arachni to have full coverage of the OWASP Top 10. Many certifications (like ISO27002, etc) points to the OWASP Top 10 as something …
-
Added: https://github.com/cargomedia/CM/pull/1305
Reverted: https://github.com/cargomedia/CM/issues/1508
#### Firefox 32 (might be selenium bot?)
```
ErrorException: E_WARNING: DateTime::__construct(…
-
Is there any reason why the `fastclick` package only exports to `web.cordova` and not just `web`?
Click/tap events on mobile web browsers currently still have the 300ms delay since FastClick is only …
-
Webkit based browsers synthesize mouse events roughly 300ms after the touchend event, which can cause form fields to undesirably gain focus after a CSS3 transition.
This issue has been addressed by f…
-
I have been exploring ways to generate PDFs from HTML code in a Rails application. To make documents look a lot sharper I decided to utilize FTColumnFlow. I am using Wicked PDF to generate the documen…
-
http://ftlabs.github.io/fastclick/
Downloading from this page AND following the usage information on this page works fine.
But i always seem to get an error when downloading the minified version and …