Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draggable elements scroll on iOS 11.3 #308

Closed
AndrewLugg opened this issue May 6, 2018 · 4 comments
Closed

Draggable elements scroll on iOS 11.3 #308

AndrewLugg opened this issue May 6, 2018 · 4 comments

Comments

@AndrewLugg
Copy link
Collaborator

Draggable elements in the canvas scroll the page on iOS 11.3, it is a known bug with webkit (https://bugs.webkit.org/show_bug.cgi?id=184250), there are some workarounds that can be put into the listeners, that can fix it. This occurs with many drag and drop libraries. This occurred with Shopify and they did a workaround (Shopify/draggable#198), which I thought might be useful.

Are you able to put a workaround in?

@bp74
Copy link
Owner

bp74 commented May 6, 2018

Thanks for the report, i have to take a closer look at this and will come back to you asap!

@AndrewLugg
Copy link
Collaborator Author

Any update on this?

@AndrewLugg
Copy link
Collaborator Author

Did you have a chance to look at this?

@AndrewLugg
Copy link
Collaborator Author

Turns out this was a caused by a combination of PolymerDart listeners being added early, and it caused StageXL listeners to be non-passive. As PolymerDart is no longer maintained I don't think this will be an issue going forward.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants