Unsure how to describe this so bear with me:
I have a table inside an iFrame. When you double tap a cell, an input field is drawn on top of the table cell absolutely. Whatever number was in the table cell is inserted into the input box. The input box is then given the focus.
In a web browser this works fine. But in Safari on iPad -> The input draws after a double tap, inserts the number but requires either 1) the field to be tapped once more or 2) the backspace key to be hit twice before you can enter text into the field.
I'm asking primarily to see if anyone else has encountered this. If not I will put together a sample in JSFiddle etc for people to play with.
Thanks heaps!