Just experiencing a bug on recent apple ios devices with TextInput(). The actual text that we use is offscreen and that is causing the keyboard to open and close. Sigh. Well done, Apple.
Wonder if putting the text field underneath the canvas would work... I think it has to be displayed with an opacity... that is why we put it offscreen. Possibly people will use ZIM with a background transparent stage.
You can keep the keyboard up by sort of lightly dragging your finger along the text field. Or typing while holding down on the field. Obviously, not great.
Will see if updating the operating system will fix it... but trying adding the html text field to under the stage just to see...
Does not make a difference - we moved the HTML field to on the screen and if you press on the field, the keyboard stays, if you press on ZIM the keyboard comes up and then goes away on pressup - unless you start typing while holding down... hm... wonder if we can put some text into the textfield on mousedown... will try.
Nope - the text goes in and then the keyboard closes.
Trying to set the focus of the field .2 seconds after mousedown on it does not work either or even an interval trying to set focus.
It is my wife's device... will have her try and upgrade - but not hopeful considering the AI says greater than 26.4 is good and we have 26.5. So... not sure. Guess I can log a support issue with Apple. Sounds fun.
Oh... I don't remember how to sign in for Apple... so... if anyone else wants to report the issue, that would be helpful. Maybe on an Apply forum. Hmmm could check Stack Overflow...