android中自动调整网页大小问题
我正在开发一个移动网站。我遇到了调整大小的问题 安卓。在 Iphone、iPad、Windows Mobile 上我的网站会自动 调整大小。在 Android 上,仅当 url 如下所示时,我的页面才会调整大小: www.mysite.ch。如果网址如下所示:http://mobile.mysite.ch,我的 页面无法正确调整大小。你知道问题所在吗?
我使用了下面的“viewport”元标记,但它没有解决我的问题
<meta name="viewport" content="width=device-width">
你能帮助我吗?你有办法解决这个问题吗?
I am developing a website for mobile. I have a resizing problem on
Android. On Iphone, IPad, Windows Mobile my site is automatically
resize.On Android, my page is resized only if the url looks like this:
www.mysite.ch. If the url looks like this: http://mobile.mysite.ch, my
page does not resize correctly. Do you know the problem?
I used bellow "viewport" meta tag,But it doesn't solve my problem
<meta name="viewport" content="width=device-width">
Can you help me? Have you a work around for this problem ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论