Hi.
I've made a simple log in form consisting of 2 edits and a button.
If a enter user name and password and press the button it works as exepected in all browsers on my stationary pc, but not on mobile borwsers. I put a break point in the buttons OnVClick eventhandler and the text property of the username edit is OK, but the text of the password edit (which i type in last) is empty. To have both texts set when i press the button i need to click the first edit after typing text into the second edit.
What to do?
Sören A
(My Delphi is XE2 and CGDevTools 1.6.0.2813. I've tried this both with IW 14.0.13 and 12.2.20)