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.
当您双击或选择输入字段时,它会放大。我假设输入 BLUR 会自动缩放回以前的缩放级别,但是这不会发生,用户必须再次手动缩小。这也可以通过javascript完成吗?
这是 iOS Safari 浏览器的默认行为。这尤其发生在选择框上。
为避免这种情况,请覆盖 jqm 默认提供的字体大小。你可以做这样的事情。
.ui-select .ui-btn select{ font-size: 50px; }