Phonegap Android:元标记“视口”被忽略

发布于 2025-01-02 21:47:55 字数 348 浏览 1 评论 0原文

我在 Android 2.2 Samsung Galaxy Tab 上使用 Phonegap 1.4.1。 我尝试使用元标记 viewportcontent="width=1024" 调整视口,但该标记被忽略。 我已经尝试过这样的解决方案 Android - PhoneGap/WebView 忽略视口元标记? 但到目前为止我发现的解决方案都不起作用。 你有什么建议吗?

提前致谢。

I am using Phonegap 1.4.1 on a Android 2.2 Samsung Galaxy Tab.
I tried to adjust the viewport with the meta tag viewport with content="width=1024" but the tag is ignored.
I already tried solutions like this one
Android-- PhoneGap/WebView ignores viewport meta tags?
But none of the solutions I found so far worked.
Do you have any advice?

Thanks in advance.

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

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

发布评论

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

评论(2

冷清清 2025-01-09 21:47:55

我发现一篇文章说三星 Galaxy Tab 7.0 的视口有点奇怪。它显示宽度为 683px,高度为 330px。 ,请点击此处

有关更多详细信息 这有帮助

I've found an article saying that the viewport for samsung galaxy tab 7.0 was a bit weird. It display the width as 683px and 330px height. For more details click here

Hope that helps

恍梦境° 2025-01-09 21:47:55

尝试

使用: document.body.style.height = screen.height + 'px';

onDeviceReady 函数中

Try using:

document.body.style.height = screen.height + 'px';

in your onDeviceReady function.

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