停止在 iOS Web 应用程序上滚动屏幕边缘?
正在开发 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用 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.