在 iPad 上缩放网站时出现问题
我开发了以下网页:www.projekt-meine-zukunft.at 在 Safari 中显示得很好,问题是两指缩放不起作用。现在我不知道为什么我不能像其他网页一样用两指手势缩小网页。我想向您展示代码片段,但我不知道哪个对您有帮助。 也许是 css 问题?
顺便说一句,该页面是用 Drupal 开发的。
I developed the following webpage: www.projekt-meine-zukunft.at
It is shown quite well in Safari, the problem is that two-finger zooming doesn't work. Now I have no idea why I can't make the webpage smaller with two-finger gesture like it works with other webpages. I would like to show you code-snippets, but I don't know which would help you.
Could it be a css-problem maybe?
The page is developed with Drupal by the way.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您有以下 JavaScript 代码,它通过设置
minimum-scale = 1、maximum-scale = 1
向用户展示缩放:You have the following JavaScript code, which is presenting users from scaling by setting
minimum-scale = 1, maximum-scale = 1
: