-
一个tab下面多个select,点击其中一个,有时候焦点会跳过好几个,页面越长,越难选择。
解决:如果是select,不使用fastclick。就不提交pull了,放在这里,如果有人碰到这样的问题,参考一下。
`/**
\* On touch start, record the position and scroll offset.
*
\* @param {Eve…
-
I just noticed that fastclick breaks in Chrome (44.0.2375.0 canary (64-bit)).
Works fine on the current Chrome stable version (42.0.2311.90 m)
The problem happens with an input type="number".
This l…
-
Need the possibility of disabling fastclick on a specific element.
My particular case was an input type file that is hidden, but the label is used as a button to activate it.
e.g.
```
…
-
用的 jquery weui1.0.0 rc.1 和1.0.0都有这个问题
经过几次实验,发现引用并初始化fastclick之后,就可以正常隐藏.
- 运行环境:iOS8.3,WeChat6.3.31
ps,如果fastclick对这个项目不是必须使用的话,还是修正比较好
-
Hello @ryanbr
In https://github.com/easylist/easylist/commit/53a36813be61be37444d1c942d6bc08cb1362a24 you blocked `/fastclick.min.js` which is the minified version of [FastClick](https://github.co…
-
hello!
Thank you for your attention to my question.
I am a Chinese, English ability is bad, the content is I use software to translate, so may be in the reading will bring you the inconvenience, plea…
-
Using IE 11, open developer tools (F12)
debugger/console show this error in fastclick.min.js
File: fastclick.min.js, Line: 1, Column: 8605
function trigger(){document.dispatchEvent(new CustomEvent…
-
Triggerbot crashes after a short time
My settings:
key_stay_on := "F1" ; Always On and Auto Shoot
key_hold_mode := "F2" ; Triggerbot will only scan if "key_hold" is pressed
key_fastcl…
-
We use FastClick to disable the default click delay on HTML anchors on touch devices.
However, there is a known issue if the anchor is tracked by Adobe SiteCatalyst, such that anchors (external) hav…
-
When running `ember build` with ember-cli-fastclick installed I see:
```
DEPRECATION: An addon is trying to access project.nodeModulesPath. This is not a reliable way to discover npm modules. Instea…