can not click dom element when app resume from background, but run normal when disable fastclick
I got the same and cannot scroll as well, do you?
Maybe linked to this note in 11.3 release note ?
https://stackoverflow.com/questions/49500339/cant-prevent-touchmove-from-scrolling-window-on-ios
(document touch event listeners are now passive by default in Safari 11.1, which is bundled with iOS 11.3. This change is documented in the Safari 11.1 release notes:)
Web APIs
[鈥
Updated root document touch event listeners to use passive mode improving scrolling performance and reducing crashes.
Seems to fixed now. Issue was due to iOS bug reporting touch event timestamp as negative value
Big like to you @nolimits4web you did a great job, will there be any emergency release?
@robinyip today will be a regular release with this fix included
Great and thanks for your efforts
@nolimits4web , i saw it was fixed in v2.x, may i know it will be fixed in v1.x also? due to we are using v1.x version, thanks.
thanks for fixing, may i know this fixing is for both 1.x and 2.x ? @nolimits4web
@zdnet look like in 1.7.1 the fix is there. You can check here https://github.com/framework7io/framework7/commit/08d98477e3cff0cfb2b88666338077b7a58f6730
thanks for fixing
Most helpful comment
Seems to fixed now. Issue was due to iOS bug reporting touch event timestamp as negative value