file upload / drag-and-drop does not work in iOS browsers
bicarbon8 opened this issue · 2 comments
bicarbon8 commented
currently iOS disables all file upload ("<file... >" tags) in their browsers so the file upload control doesn't currently work meaning you can't use this to import an existing todo.txt file so you can only add new tasks to an empty list.
REPRO:
- open the project in Safari on an iPhone or iPad
ACTUAL:
the file upload control is disabled and there is no way of using the drag-and-drop control
EXPECTED:
the file upload control supports additional file linking mechanisms such as pasting in a URL that will then be pulled down and parsed
bicarbon8 commented
marking as an enhancement as it is by design on iOS that this problem occurs
bicarbon8 commented
won't fix