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

Popular posts from this blog

Java - Error: no suitable method found for add(int, java.lang.String) -

java - JPA TypedQuery: Parameter value element did not match expected type -

c++ - static template member variable has internal linkage but is not defined -