可滚动内容,支持跨浏览器(包括 iOS)
众所周知,可滚动内容(即 CSS overflow:scroll;
)需要在没有滚动条的 iOS 上进行可怕的两指滚动。我研究了多种方法来获得漂亮且有吸引力的 iOS 滚动条,但这还不够好,因为它们都是为 iOS Web 应用程序设计的。
所以我正在寻找一个可以执行以下任一操作的解决方案:
- 检测苹果移动 safari 并将 JavaScript 应用于所有溢出:滚动元素。
- 是一个用于可滚动内容的跨浏览器解决方案,包括 iOS(最好)
有什么想法吗?
As we all know scrollable content i.e. CSS overflow:scroll;
requires a hideous two finger scroll on iOS with no scrollbars. I have researched multiple ways to have a nice attractive iOS scroll but it's not good enough as they are all designed for iOS web apps.
So I am after a solution that does either of these things:
- Detects apple mobile safari and applies a javascript to all overflow:scroll elements.
- Is a cross browser solution for scrollable content including iOS (would be nicest)
Any ideas?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
检查iScroll 4。它是跨浏览器兼容的,并且还具有精简版本。
Check iScroll 4. It's cross-browser compatible, and it also features a lite version.