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

image - ClassNotFoundException when add a prebuilt apk into system.img in android -

I need to import mysql 5.1 to 5.5? -

Java, Hibernate, MySQL - store UTC date-time -