Open 100terres opened 2 years ago
@100terres any progress on this issue? Its currently making my app pretty janky for my users. Hope its receiving active attention here - I switched over from the main repo to this fork for that exact reason. Let me know if there's anything I can do to help :)
Hi @robotic-forest :wave:
Currently my proirity is to support react v18, but I'll go back to this issue as soon as possible :slightly_smiling_face:
Issue originally opened on
react-beautiful-dnd
repository: https://github.com/atlassian/react-beautiful-dnd/issues/2367In iOS 15 Safari shows/hides address bar at appropriate scroll position, and every show/hide will fire resize event. The library cancels dragging on resize event, so automatic scrolling causes cancellation.
Expected behavior
Does not cancel dragging on scroll.
Actual behavior
Does cancel dragging on scroll toward top edge.
Steps to reproduce
Suggested solution?
Remove resize event listener, or make it optional.