-
I am trying to load the FastClick via Dojo and AMD, it gives an error on line 36..this.trackingClick = false;
Any thoughts and has anyone has success with Dojo and FastClick
-
#### Short description of the issue.
I want to allow the usage of FastCraft+ on my Server, but still deny mods like InventoryTweaks or other fastclick events. So is it possible to exclude a Plugin li…
-
Hi,
I'm trying to use a Component-based module (https://github.com/abpetkov/switchery) with a RequireJS environment.
I'm obviously using the dist/switchery.js files that I guess is called standalone …
-
-
```
import FastClick from 'fastclick'
FastClick.attach(document.body);
```
I use fastclick like this,then i select one of the pac-item in autocomplete,did not emit place_change.
If i remove this …
-
Hi there
I have been using DexieJs for about a year now with no issues and I thank you for that. However because of the bad performance of the button clicks in iOS, I had to use fastClick:
https…
-
hi there
when I have a button that I have a fastclick handler on, and I try to assign a new handler to it, the old one will remain and FastButtons onclick method will trigger twice (the old one and t…
-
Fastclick v1.0.6 are out and stable (https://github.com/ftlabs/fastclick). Could you upgrade this dependency?
-
Hi all,
I have tried to install the fastclick on ubuntu 16.04 (and even on 14.04) according to the fastclick manual.
I run the ./configure command in user mode:
./configure --enable-userlevel --…
-
I do not see `fastclick` list on `devDependencies` of `package.json` .
Should I install `fastclick` by myself? Or, just add alias `'react-tap-event-plugin': 'react-lite/lib/react-tap-event-plugin'`…