I know, this is really a special problem, but I need help!
We have built a single page application using dojox.mobile (xpages hosted on a domino server) and a cordova app (ios and android) to provide an easy way to access and use the single page application. Now I got some error reports of our ios users regardings the behavior of editing the fields. The users can enter and edit any field, but if they try to place the cursor at an other position or if the leave and enter a field again (by touching into the form and then into the field again), the cursor is shown and the keyboard is displayed, but they can enter any text. The only thing that works is to remove letters.
After some tests, I identified, that the problem only can be reproduced in the inapp browser, if dojox.mobile is loaded and the form is placed into an iframe. If I use safari (ios) or chrome (android), everything works fine. Unfortunately I need both, the iframe and dojox.mobile.
I have used the latest versions of the inapp browser plugin and dojo, but the problem is still reproduceable.
Is there any possibility to fix this issue?
Thanks! Best regards, Benjamin
You most likely need to redesign your solution. The combination of technologies chosen is sufficiently rare.
Hope that helps