iPad safari 上的 iScroll 问题

发布于 2025-01-05 10:36:42 字数 422 浏览 1 评论 0原文

我正在尝试在我的网页上使用 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 技术交流群。

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

发布评论

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

评论(1

司马昭之心 2025-01-12 10:36:42

我和你遇到了同样的问题。你在滚动条元素中使用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

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