Skip to content

can not click dom element in iOS11.3 #2314

@wangiv2

Description

@wangiv2

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

Activity

robinyip

robinyip commented on Apr 1, 2018

@robinyip
Contributor

I got the same and cannot scroll as well, do you?

ghost

ghost commented on Apr 1, 2018

@ghost

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

nolimits4web commented on Apr 1, 2018

@nolimits4web
Member

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

robinyip

robinyip commented on Apr 1, 2018

@robinyip
Contributor

Big like to you @nolimits4web you did a great job, will there be any emergency release?

nolimits4web

nolimits4web commented on Apr 1, 2018

@nolimits4web
Member

@robinyip today will be a regular release with this fix included

robinyip

robinyip commented on Apr 1, 2018

@robinyip
Contributor

Great and thanks for your efforts

wangiv2

wangiv2 commented on Apr 2, 2018

@wangiv2
Author

@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

zdnet commented on Apr 2, 2018

@zdnet

thanks for fixing, may i know this fixing is for both 1.x and 2.x ? @nolimits4web

yankopetrov

yankopetrov commented on Jun 8, 2018

@yankopetrov

@zdnet look like in 1.7.1 the fix is there. You can check here 08d9847

wangiv2

wangiv2 commented on Jun 9, 2018

@wangiv2
Author

thanks for fixing

locked as resolved and limited conversation to collaborators on Feb 4, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @nolimits4web@zdnet@robinyip@yankopetrov@wangiv2

        Issue actions

          can not click dom element in iOS11.3 · Issue #2314 · framework7io/framework7