dnd-kit icon indicating copy to clipboard operation
dnd-kit copied to clipboard

Failed to drag when address bar is hidden(Ios 15 safari)

Open taejs opened this issue 3 years ago • 3 comments

dnd-kit : v6.0.5 Ios 15, iphone 13 testing url : https://master--5fc05e08a4a65d0021ae0bf2.chromatic.com/?path=/story/presets-sortable-vertical--basic-setup


Using Ios 15, address bar is at the bottom by default. https://www.gearpatrol.com/tech/a37641547/ios-15-safari-disable-bottom-tab-bar/

This address bar is hidden when user scroll down. Then also <Sortable/> is not working. Dragging works only when address bar is showing.

Look at this video down below.

https://user-images.githubusercontent.com/41318449/185339663-fb4c24d5-6566-4bea-ac04-4ba1d9f23c4c.mp4

taejs avatar Aug 18 '22 07:08 taejs

Is there any quick fix for this?

taejs avatar Aug 18 '22 07:08 taejs

In this case, resize event fired and then handleCancel() is triggered

taejs avatar Aug 18 '22 10:08 taejs

Same case here.

marcospassos avatar Sep 15 '22 14:09 marcospassos