-
Hi there. Somehow the responsiveness of these are impacted when used on a cordova project with iOS. It seems that there is an initial delay before hand.
I am using this one in my case:
```
…
-
Speeds up responsiveness of tap events: https://github.com/ftlabs/fastclick
-
Hi, @abpetkov
Thank you for creating such a useful tool.
When I use it with RequireJS, reported the following error:
``` js
Uncaught TypeError: fastclick is not a function.
```
I try to fix it, w…
-
Using IE 11, open developer tools (F12)
load AdminLTE Dashboard index.html
debugger/console show this error in fastclick.min.js
File: fastclick.min.js, Line: 1, Column: 8605
function trigger(){docum…
-
I'm having this specific problem using `classNames` with `webpack` `devtool` option set to `eval`. It only happens on Chrome and when the console is not open. The issue is calling `classNames` inside …
-
Hey,
Meteor, in cordova apps, includes by default a meteor package wrapping the following fastclick library - https://github.com/ftlabs/fastclick. Therefore, I'm trying to build famous without fastcl…
-
After iOs 8.4.1 this friday FastClick are not working properly
-
To clarify, `goToPage(0)` scrolls to the second item (index 1) when `goToPage(0)` is called in response to user input. If I call `goToPage(0)` without any user input, the scrollview correctly scrolls …
-
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…
-
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 …