jQuery mobile (phonegap) 内容宽度太窄
我正在以最简单的形式使用 jQuery mobile。 刚刚添加了一个带有页眉内容和页脚的页面 在内容中,我添加了许多测试来获取滚动条
div 似乎与“测试”一词一样宽,因此滚动条仅适用于屏幕宽度的一小部分。 当我尝试滚动到“测试”一词之外时,整个页面都在移动,而没有实际滚动内容区域。
我已将以下元标记添加到头部:
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=no;" />
它没有执行任何操作。
有什么想法吗?
I am using jQuery mobile in its simplest form.
Just added a page with a header content and footer
in the content I've added many test to get a scroller
The divs seem to be as wide as the word 'test', therfore the scroller only applys to a very small portion of the width of the screen.
When I try to scroll outside of the word 'test' the whole page is moving, without actually scrolling the content area.
I've added the following meta ta g to the head section:
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=no;" />
it didn't do anything.
Any ideas?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
尝试放置:
Try putting: