Sorry, never got the email that there was a new support question.
Not sure I can do anything about this, as I don’t have an iPad or any kind of Apple product to test on.
I’m guessing you mean you can get to the edit tasks page, but then for some reason can’t enter any data into the fields for a task?
Those are pretty straight ahead HTML form inputs, so not sure why that wouldn’t work for you. The javascript is just for the date picker and time picker, and for adding/removing rows, and for dragging to sort/order.
Best guess is that you are somehow always triggering the drag function when you tap on any area of the task row? I’d have to do some searching to see if there are similar issues, and corresponding solutions, with that very simply drag jQuery library on iPad type devices. Might have to add some code to query the device and disable the dragging for iPads, but I really have no way of testing this myself.