在 Windows Phone 7 上的网络浏览器中放大/缩小

发布于 2024-10-14 12:13:03 字数 375 浏览 1 评论 0原文

我在 Windows Phone 7 中使用网络浏览器构建了一个示例。当我加载自己创建的 html 文件时,我可以双击网络浏览器来放大/缩小内容。但是,当我加载网页(例如:google.com)时,我不能。 我将示例上传到我的 skydriver 帐户。您无法在 http:// /cid-b65eb4d185de7cfc.office.live.com/self.aspx/.Public/Shared/Sandbox.WebBrowser.zip

如果您知道原因,请帮助我。

I've built an example with web-browser in windows phone 7. When I load an html file which created by myself, I can double click on web-browser to zoom in/ zoom out the content. But, when I load an web-page (ex: google.com) I can't.
I uploaded my example to my skydriver account. You can't get it at http://cid-b65eb4d185de7cfc.office.live.com/self.aspx/.Public/Shared/Sandbox.WebBrowser.zip

If you known the reason why, please help me.

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

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

发布评论

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

评论(1

半边脸i 2024-10-21 12:13:03

我认为原因在于 Google 的 HTML 标头中的元标记。

我猜谷歌已经修复了视口,不允许缩放:

<meta name="viewport" content="user-scalable=no" />

请参阅这篇文章 http://blogs.msdn.com/b/mikeormond/archive/2010/12/16/displaying-html-content-in-windows-phone -7.aspx

I think the reason lies in the meta tags within the HTML headers from Google.

I'd guess that Google have fixed the viewport to not allow zooming:

<meta name="viewport" content="user-scalable=no" />

See this post http://blogs.msdn.com/b/mikeormond/archive/2010/12/16/displaying-html-content-in-windows-phone-7.aspx

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