停止在 iOS Web 应用程序上滚动屏幕边缘?

发布于 2024-10-20 11:39:20 字数 99 浏览 2 评论 0原文

正在开发 iOS 网络应用程序。用户可以上下滚动页面内容。但是,有没有办法阻止屏幕被拖动得太远而导致灰色背景变得可见?这可以通过在移动 Safari 中打开任何网页并将页面下拉来复制。

Working on an iOS web app. The user can scroll the content of the page up and down. However, is there a way to stop the screen from being dragged so far that the grey background becomes visible? This is replicable by opening any webpage in mobile safari and pulling the page down.

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

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

发布评论

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

评论(1

凌乱心跳 2024-10-27 11:39:20

您可以使用 Pastrykit 或 iScroll 等 JavaScript 库来处理滚动而不是默认的滚动,类似于移动 Gmail 网页的工作方式或 iPhone 用户指南。

You can use a javascript library like pastrykit, or iScroll, to handle the scrolling instead of the default, similarly to how the mobile gmail webpage works, or the iPhone User Guide.

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