Framework7: can not click dom element in iOS11.3

Created on 30 Mar 2018  路  10Comments  路  Source: framework7io/framework7

can not click dom element when app resume from background, but run normal when disable fastclick

outdated

Most helpful comment

Seems to fixed now. Issue was due to iOS bug reporting touch event timestamp as negative value

All 10 comments

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

Was this page helpful?
0 / 5 - 0 ratings

Related issues

nimo23 picture nimo23  路  4Comments

J05HI picture J05HI  路  3Comments

vousys picture vousys  路  4Comments

iBinJubair picture iBinJubair  路  4Comments

oVerde picture oVerde  路  3Comments