关注Android时,Jquery移动按钮和文本框问题

时间:2013-08-07 17:05:08

标签: html css jquery-mobile jquery-mobile-button

我在Android 4.2.2上运行,当我点按按钮或在文本框中输入时,会遇到显示问题。

点按时移动按钮(see here) 键入(see here

时文本溢出

内容似乎下降并留下透明空间。我没有覆盖jquery移动默认css,并且没有运行任何其他js!只是纯HTML和CSS。

1 个答案:

答案 0 :(得分:1)

输入

<input type="text">

你可以使用css来避免覆盖

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