【问题标题】:Mobile Safari: zoom out when dropdown list is on blur移动 Safari:下拉列表模糊时缩小
【发布时间】:2011-09-24 20:20:41
【问题描述】:

On Mobile Safari, when a select list is on focus, the page is automatically zoomed in. It's not zoomed out when the select list is on blur.我们如何将其缩小?谢谢。

【问题讨论】:

  • 你有什么运气吗?
  • 没有戴夫。这似乎是 iOS 4.2 版本的错误,已在 4.3 中修复。

标签: html


【解决方案1】:

实际上,这也发生在 iOS 的更高版本中。它也让我很恼火,所以我使用 maximum-scale=1 禁用了缩放。无论如何,我都在使用 jQuery Mobile 视图,所以它适合我的需要;

例如:

<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />

【讨论】:

猜你喜欢
  • 1970-01-01
  • 2012-12-01
  • 2018-08-27
  • 2020-12-27
  • 1970-01-01
  • 1970-01-01
  • 2014-05-22
  • 1970-01-01
  • 2015-05-06
相关资源
最近更新 更多