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
(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.
Activity
robinyip commentedon Apr 1, 2018
I got the same and cannot scroll as well, do you?
ghost commentedon Apr 1, 2018
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.
nolimits4web commentedon Apr 1, 2018
Seems to fixed now. Issue was due to iOS bug reporting touch event timestamp as negative value
robinyip commentedon Apr 1, 2018
Big like to you @nolimits4web you did a great job, will there be any emergency release?
nolimits4web commentedon Apr 1, 2018
@robinyip today will be a regular release with this fix included
robinyip commentedon Apr 1, 2018
Great and thanks for your efforts
wangiv2 commentedon Apr 2, 2018
@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.
zdnet commentedon Apr 2, 2018
thanks for fixing, may i know this fixing is for both 1.x and 2.x ? @nolimits4web
yankopetrov commentedon Jun 8, 2018
@zdnet look like in 1.7.1 the fix is there. You can check here 08d9847
wangiv2 commentedon Jun 9, 2018
thanks for fixing