-
fastclick implementation
https://github.com/ftlabs/fastclick
-
Include ngMobile module and update angularjs to 1.5
-
Hello. I'm running the latest version of NCP (3.13.7-RC-sMD5NET-b925) on my servers.
When I double click an item in my inventory, I get kicked for fast click, which is what I have it set up to do. Ho…
-
Just a suggestion, but FastClick appears to have stagnated and has several PR open to fix quite a few bugs. I had to swap it out so that I could use input of type="number" because of a bug that's been…
-
Hello
- I am wonder which library we should use to address 300ms click delay: for example FastClick.js (https://github.com/ftlabs/fastclick),
- One more question, Angular has introduced angular-mobi…
GRiDD updated
11 years ago
-
Hi
I used Click before and wrote some Elements as a package according to this document in the click:
_There are two ways to add an element class to Click: in the main Click collection, or in a packa…
-
Hi
I'm having problems with [FastClick.js](https://github.com/ftlabs/fastclick) and Awsomplete.
When fastclick is on, the selected result are not passed to the input field...
Im then trying t…
-
To summarize what we know and what we tried.
-
Hi there,
Since upgrading to version 1.2rc5 we are getting the following error:
FastClick is not defined at: mobile-angular-ui.js:1166
I can see that the same JS works in the demo page, so i assume…
-
I am trying to add this library to nuxt js.
What I have now is a file under plugins/fastclick.js
```
import FastClick from 'fastclick'
export default ({ document }) => {
FastClick.attach(d…