我在Android 4.2.2上运行,当我点按按钮或在文本框中输入时,会遇到显示问题。
点按时移动按钮(see here) 键入(see here)
时文本溢出内容似乎下降并留下透明空间。我没有覆盖jquery移动默认css,并且没有运行任何其他js!只是纯HTML和CSS。
答案 0 :(得分:1)
<input type="text">
你可以使用css来避免覆盖
input {-webkit-user-modify: read-write-plaintext-only;}