-
Tried it on iPads, iPhones & several Android phones. The select2 doesn't open when clicking/tapping on the element. Is this a known issue? I have a testversion up on www.lhwauto.com
It's the normal st…
-
Hello,
I use moment.js with almond and french version and I'd like to know how to configure my requirejs config to be able to compile it correctly.
Since lang is now AMDised, I can't compile it anym…
-
Using FastClick:
When I run my project in "famous-Starterkit", which uses Webpack, the "click" event handler fires twice. One for MouseEvent and the other for CustomEvent
However, when I remove AMD …
-
HTML buttons have a 300ms delay on iOS (waiting for a double tap), which makes the submit button feel pretty slow. I think the same issue might be happening on the checkboxes and dropdowns. Looks like…
-
**_1 Upvote**_ As you may know, we've started the process towards Meteor 1.3 last month with a beta release of the modules support and related features.
Another area of improvement for Meteor 1.3 is …
-
https://github.com/ftlabs/fastclick
http://stackoverflow.com/questions/12238587/eliminate-300ms-delay-on-click-events-in-mobile-safari
-
There are a couple of work around for the 200/300 ms delay in touch
the problem is that those solutions are mostly vendor specific (every browser define it's own solution)
the most common and easier o…
-
https://github.com/ftlabs/fastclick#amd
- AMD
```
define(['jquery'] , function ($) {
return function () {};
});
```
- CommonJS
```
var $ = require('jquery');
exports.myExample = function () {};
…
-
ios 8.1.2
Steps:
1) Open catalog tree
2) Touch a layer a little be longer than usual
3) Layer appear then disappear
Workaround:
Touch very fast
Expected:
layer only appear
-
https://github.com/ftlabs/fastclick/pull/344
vogdb updated
9 years ago