如何避免 iPhone 中两个手指滚动?

发布于 2024-12-02 17:49:25 字数 201 浏览 0 评论 0 原文

我的网页内有垂直滚动条。当我在 iPhone 上运行这个网站时,我必须用两根手指滚动内容。有什么办法可以解决这个问题吗?内容需要使用单指滚动。

我有这样的代码

<div style="height:600px; overflow:scroll">
Content goes here
</div>

I have vertical scroll bar inside of my web page. When i run this web site in iphone, I have to use two finger to scroll the content. Is there any way to fix this problem? The content needs to be scroll by using single finger.

I have a code like this

<div style="height:600px; overflow:scroll">
Content goes here
</div>

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

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

发布评论

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

评论(1

去了角落 2024-12-09 17:49:25

您可以使用滚动库,例如 TouchScrolliScroll。 iScroll 有更多功能,但在生产应用程序中尝试过这两种功能后,我发现 TouchScroll 的性能更可靠。

You can use a scrolling library like TouchScroll or iScroll. iScroll has more features, but having tried both in a production application, I found TouchScroll performed more reliably.

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