bicarbon8 / todoTxtWebUi

A web UI to use with a todo.txt file
GNU General Public License v3.0
108 stars 21 forks source link

file upload / drag-and-drop does not work in iOS browsers #7

Closed bicarbon8 closed 3 years ago

bicarbon8 commented 12 years ago

currently iOS disables all file upload ("" 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:

  1. 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 9 years ago

marking as an enhancement as it is by design on iOS that this problem occurs

bicarbon8 commented 3 years ago

won't fix