iPad safari 上的 iScroll 问题
我正在尝试在我的网页上使用 iScroll,但它的行为很奇怪。
我的标记看起来像这样。
<div id="content">
<div id="some-header">
</div>
<div id="wrapper">
<ul>
<li></li>
</ul>
</div>
</div>
现在标头和包装器都有高度,并且它们都是绝对定位的。 当我尝试滚动时,它确实滚动但有点卡住,当我停止滚动时它会返回到起点。奇怪 :(
有任何建议。
顺便说一句,这是在 ipad safari 上。
谢谢 达瓦尔
I am trying to use iScroll for my webpage and it is behaving weird.
My markup looks something like this.
<div id="content">
<div id="some-header">
</div>
<div id="wrapper">
<ul>
<li></li>
</ul>
</div>
</div>
Now both header and wrapper have heights and they both are positioned absolute.
when I try to scroll, it does scroll but its kind of stuck, when I stop scrolling it returns back to the starting point. Weird :(
Any Sugestions.
btw this is on ipad safari.
Thanks
Dhaval
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我和你遇到了同样的问题。你在滚动条元素中使用ajax渲染了吗?
最后我使用iscroll拉刷新来解决这个问题。
这是我问的问题: 当我使用ajax渲染Scroller部分时,iScroll不起作用
I met the same problem with you.Did you use ajax the render in the scroller element.
Finally I use iscroll pull to refresh to solve this problem.
This is the question I asked : When I am using ajax to render the Scroller part iScroll doesn't work