Browser issue Can't drag to reorder on touchscreen

Drag and drop is always considered a "bonus" feature that doesn't need a fallback. For example, quotes can be reordered in the editor itself, display orders can be manually set, etc.

As far as I can tell, touch browsers don't implement the HTML5 drag and drop API which is what we're using. This isn't totally surprising, as it's completely ambiguous as to what a drag action means (scroll?).
 
Top Bottom