javascript - Android browsers keyboard opens/closes on last input field focus -
I'm getting some strange behavior in the Chrome browser on HTC One and Galaxy S5. I click on an input field to enter some data and opens the keyboard and immediately closes again. I've found that this is only on the last available input fields on my pages.
Has this problem been encountered before?
It works fine on the iPhone and desktop browsers
Thanks
OK ... It seems that with Android Something to do whenever the keyboard appears, then the browser that redesigned the DOM. I have the $ (window) .resize () function that every time the keyboard appears in this case. I can switch it to use $ (window) .load ()
Comments
Post a Comment