Hi All
I'm working with APEX version 5.0.3.00.03 on an Oracle Database 11g Express Edition Release 11.2.0.2.0. I have created a modal dialog page with some input fields. The modal dialog is being triggered by pressing a button "ABC" on a normal page. When I try this on my mobile device (in this case an iphone 6) with the "autocorrection" option "on", the modal dialog is is being shown when pressing the button "ABC", but as soon as I enter the input field and start typing, the modal dialog is disappearing and the normal page is once again shown.
You can continue typing and when pressing done on the keyboard on the mobile device, the modal dialog reappears with the typed content in the input field.
I've already tried to modify the html of the input field to include "autocorrect=off" but that didn't do anything. I then tried to play around with the z-index of the modial dialog, but no luck either. Now I don't know how to proceed.
Can anyone give me some insights or ideas?
Thanks in advance.
Regards
Yannick