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
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?
The text was updated successfully, but these errors were encountered:
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 (Shopify/draggable#198), which I thought might be useful.
Are you able to put a workaround in?
The text was updated successfully, but these errors were encountered: