Closed AndrewLugg closed 5 years ago
Thanks for the report, i have to take a closer look at this and will come back to you asap!
Any update on this?
Did you have a chance to look at this?
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.
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 (https://github.com/Shopify/draggable/issues/198), which I thought might be useful.
Are you able to put a workaround in?