html - Jquery mobile button and textbox issue when focus on Android -


im running on android 4.2.2 , facing display issues when tap on button or typing in textbox.

button move when tap (see here) text overflow when typing (see here)

the content seems drop , leave transparent spaces. did not overwrite jquery mobile default css , not have other js running on them! pure html , css.

for input

<input type="text"> 

you can use css avoid overwrite

input {-webkit-user-modify: read-write-plaintext-only;} 

Comments

Popular posts from this blog

plot - Remove Objects from Legend When You Have Also Used Fit, Matlab -

java - Why does my date parsing return a weird date? -

Need help in packaging app using TideSDK on Windows -