Mobile Safari 上的可滚动内容区域
我正在为 iOS 设备开发一个 Web 应用程序,希望有一个位于顶部的标题,然后在其下方有两个可滚动的内容区域,有点像 Gmail 的 iPad 界面和 iPad 拆分视图应用程序。有人知道怎么做吗?我看过 http://doctyper.com/archives/ 200808/fixed-positioning-on-mobile-safari/,很好的解决了固定定位的问题,但是只允许一个可滚动的内容区域。有谁知道该怎么做?提前致谢!
I'm developing a web app for iOS devices, and want to have a header that stays on the top, and then two scrollable content areas underneath it, kind of like Gmail's iPad interface and the iPad split-view apps. Does anyone know how? I've looked at http://doctyper.com/archives/200808/fixed-positioning-on-mobile-safari/, which has a good solution to the fixed positioning, but only allows one scrollable content area. Does anyone know how to do this? Thanks in advance!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
使用 div 滚动。例如,请参阅 Glovebox。在 iPad 上尝试这个演示。
Use div scrolling. See Glovebox for example. Try this demo on the iPad.
没关系,刚刚找到了 Sencha Touch,它可以让我做到这一点以及更多、更多!
Never mind, just found Sencha Touch, which lets me do this and much, much more!