Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 Android 4.2.2 上运行,当我点击按钮或在文本框中输入时面临显示问题。
点击时按钮移动(参见此处) 键入时文本溢出(参见此处)
内容似乎下降并留下透明空间。我没有覆盖 jquery mobile 默认 css,也没有在它们上面运行任何其他 js!只是纯 HTML 和 CSS。
用于输入
<input type="text">
您可以使用 css 来避免覆盖
input {-webkit-user-modify: read-write-plaintext-only;}