Fit Screen Android WebApp(避免水平滚动)
我正在尝试解决我的网络应用程序中的问题,我想避免水平滚动(仅允许向下滚动)
我添加此标签以避免在 IOS 浏览器中出现并且工作正常,但在 Android 浏览器中不行。 。
<meta name = "Viewport" content = "maximum-scale=1, width=device-width, maximum-scale=1.0; user-scalable=0" >
i'm trying to fix an issue in my web app, i want to avoid the horizontal scrolling (only aloows the scrool down-up)
I add this tag to avoid it in IOS Browser and work fine, but not in Android browsers...
<meta name = "Viewport" content = "maximum-scale=1, width=device-width, maximum-scale=1.0; user-scalable=0" >
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
确保你的 body 宽度为 100%,并且没有子元素的固定宽度高于屏幕水平分辨率。
除此之外,标头中的这个元标记应该足够了:
Make sure that your body has width 100%, and that no child has a fixed width higher than the screen horizontal resolution.
Other than that, this meta tag in the header should be enough:
你可以使用:
you could use: