Hi Coders,
cause I urgently needed a HTML5 editable Textfield PlugIn I wrote my first Plugin...So far so good, it works and I learned a lot, but I didn`t managed it to get the focus on the editable textfields on touchDevices...
Even with this:
window.activekrpanowindow=null (from this post: [SOLVED] HTML5 KrPano Viewer interfere in the external forms)
I did not get the focus on the input fields...
My solution right now is a transparent layer over the input field, which could capture a click event and focus my inputTextField...
Not the best way but it works...
Has someone experience with that? That point makes me really crazy, cause everything works perfect, inc. the right position of the inputFileds with the keyboard on the touchScreen, but how do I get the focus on an editable TextField in HTML5 on touchDevices????? Grrrrr......
The problem occurs on ALL touchDevices with HTML5, Flash works like it should...
Thanks for help,
steve
PS: Thanks a lot to Aldo for his treasure of coding-examples with his "open source" PlugIns...THANK YOU ALDO