You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 9, 2022. It is now read-only.
I am not familiar with FastClick internals, are there going to be any issues with using the current time as a timestamp, instead of reading it from the event?
I have reproduced this issue with a Cordova app using UIWebView on iOS 11.3 on multiple devices.
According to this discussion, this issue applies to mobile Safari as well:
http://forum.framework7.io/t/ios-11-3-phonegap-resume-problem/2912
To reproduce the issue with Cordova:
-> click events are triggered with
event.timeStampas a negative numberThe negative timestamp is then incremented in successive clicks and clicking starts working when the number has increment above 0.
Framework7 has fixed the issue here:
framework7io/framework7@ac02ad1
I have forked this project and fixed the issue in a similar way here:
https://github.com/lasselaakkonen/fastclick/tree/fix-ios-11-3-event-timestamps
I am not familiar with FastClick internals, are there going to be any issues with using the current time as a timestamp, instead of reading it from the event?