Jquery mobile button and textbox issue when focus on Android

269 views Asked by At

im running on Android 4.2.2 and facing display issues when i tap on button or typing in the textbox.

Button move when tap (see here) Text overflow when typing (see here)

The content seems to drop and leave transparent spaces. I did not overwrite jquery mobile default css and does not have any other js running on them! Just pure HTML and CSS.

1

There are 1 answers

1
ANonmous Change On

for input

<input type="text">

you can use css to avoid overwrite

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