JQM 版本 1.0rc 缩小了移动 Safari 中的网站

发布于 2024-12-11 10:03:28 字数 358 浏览 0 评论 0原文

我是 jQuery Mobile 的初学者,正在 Dreamweaver CS5.5 中开发移动网站。当我收到新的 DW 后,我立即更新到 jqm 1.0a4.1。设计了我的网站,它在桌面 Safari 和移动 Safari 上看起来都不错。然后我更新到 jqm 1.0rc1,虽然该网站在桌面 safari 上看起来相同,但整个网站设计在移动 safari 中缩小到不可读的大小。我再次尝试使用 1.0rc2,并且发生了与 1.0rc1 相同的情况。当我返回 1.0a4.1 时,该网站在桌面和移动设备上看起来都很棒。

有谁知道为什么会发生这种情况:是否有我遗漏的东西并且可以纠正以使最新版本的 jqm 在桌面和移动 safari 上工作?

感谢您抽出时间,我很感激。

I am a beginner to jQuery Mobile and am developing a mobile website within Dreamweaver CS5.5. Once I received the new DW I immediately updated to jqm 1.0a4.1. Designed my site and it looks good on desktop Safari and mobile Safari. Then I updated to jqm 1.0rc1 and while the site looks same on desktop safari, the entire website design decreased to an unreadable size in mobile safari. I tried again with 1.0rc2 and same thing happened as with 1.0rc1. When I return to 1.0a4.1 the site looks great on desktop and mobile.

Does anyone know why this would happen: is there something I'm missing and can correct to have the latest version of jqm work on both desktop and mobile safari?

Thanks for your time, I appreciate it.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

晌融 2024-12-18 10:03:28

jQuery Mobile 1.0a4.1 将视口标签动态注入到 DOM 中。在较新的版本中,您需要自己执行此操作。尝试将此视口标签添加到文档的 中:

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

jQuery Mobile 1.0a4.1 dynamically injects a viewport tag into the DOM. In newer versions you need to do this yourself. Try adding this viewport tag to the <head> of your documents:

<meta name="viewport" content="width=device-width,initial-scale=1.0,maximum-scale=1.0" >
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文