在移动 Safari 中使用多个滚动条滚动页面

发布于 2024-11-29 17:14:45 字数 163 浏览 0 评论 0原文

我有一个页面,其中 s 中有多个滚动条。当我从 mobile safari 访问它时,我无法滚动

。这是默认行为吗?我知道可以修复它(使用 Dojo/jQuery)。但我只是想确保默认情况下它是这样工作的。

问候, 吉姆

I've a page, where in I've multiple scroll bars inside s. When I access it from mobile safari, I'm not able to scroll through the <div> s. Is it the default behavior? I know that it is possible to fix it (using Dojo/jQuery). But I just wanted to ensure that this is how it works by default.

Regards,
Jim

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

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

发布评论

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

评论(1

凡间太子 2024-12-06 17:14:45

是的,这就是默认情况下的工作方式。您需要使用 ontouchstart ontouchendontouchmove 来模拟在 iPhone 上访问容器时滚动容器。

这是一篇关于它的文章: http: //www.sitepen.com/blog/2008/07/10/touching-and-gesturing-on-the-iphone/

Yes, this is how it works by default. You'll need to use ontouchstart ontouchend and ontouchmove to simulate scrolling a container when accessing it on an iPhone.

Here's an article on it: http://www.sitepen.com/blog/2008/07/10/touching-and-gesturing-on-the-iphone/

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