calaldees / KaraKara

Karaoke Event System - Attendees can view and queue tracks from their mobile phones
https://karakara.uk
GNU General Public License v3.0
28 stars 9 forks source link

Drag & drop on iOS is janky #161

Open shish opened 1 year ago

shish commented 1 year ago

Drag & drop on iPad is janky, the drag position and drop position don't match the part of the screen being touched

(how does this even happen? We're using the native drag & drop events provided by the browser, not doing any weird custom javascript stuff...)

(Is this something to do with being scrolled half way down a long list, the drag & drop is happening relative to page's position instead of relative to the screen's position??)

shish commented 1 year ago

Also happens on iphone - with a short list, dragging always wants to drop things at the top of the list; with a long list, dragging at the bottom wants to drop near to the top