-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Repair IOS11.4 that can't be clicked and unable to scroll BUG #561
Comments
IOS11.4 updated two days ago. Fastclick.js caused the page to be unable to click and unable to scroll. The main performance is to put out the screen and will not be able to click after a while. This BUG has been confirmed. Repair as follows: this plugin is my first IOS11.4 repair version. |
IOS11.4前两天更新了,fastclick.js造成页面无法点击 ,无法滚动, 主要表现为熄屏后,过一会就无法点击,无法滚动,这个BUG我已经确定, 修复如下这个插件由本人首发IOS11.4修复版 |
event.timeStamp 都改成new Date().getTime() 了,还是会偶现BUG |
我已经修复好了,怎么你还发在问呢,其实与new Date().getTime()无关,是event.timeStamp的问题 |
你修复的,能通过npm 安装? |
this fix made my matomo (former piwik) analytics send false page reloads. the fix from lasselaakkonen via #549 does not cause this. |
Iam china my name MingGe
Repair IOS11.4 that can't be clicked and unable to scroll BUG
https://github.com/mingge8888/fastclick
The text was updated successfully, but these errors were encountered: