jquery jScrollPane ipad问题

发布于 2024-09-30 18:07:03 字数 837 浏览 4 评论 0原文

我正在为 iPad/iPhone 的滚动问题而烦恼...

我正在使用很棒的 jScrollPane 插件,该插件在桌面浏览器上工作得很好,但在 iPad/iPhone 上 div 不滚动(与触摸事件或其他什么有关?)

我已尝试所有修复:

http://snipplr.com/view/41051 /jscrollpane-ipadiphoneipodios-scoll-support/ (我认为旧版本的 jScrollPane 所以不确定它适合在哪里)

http://code.google.com/p/jquery-ui-for-ipad-and-iphone/ 只是似乎没有完全停止

https://github.com/aFarkas/jScrollPane/commit /553612cb26a390004a9aa63ab0511e2b668bcf8c#diff-1 script/jquery.touchdrag.js:已应用但似乎也不起作用

任何人有什么想法吗?我的客户很不耐烦:/

A.

I am pulling my hair out with an scroll issue with iPad/iPhone...

I am using the fantastic jScrollPane plugin which works a treat on desktop browsers but on iPad/iPhone the div doesnt scroll (to do with touch events or something?)

I have tried all the fixes:

http://snipplr.com/view/41051/jscrollpane-ipadiphoneipodios-scoll-support/
(i think old version of jScrollPane so not sure where this fits in)

http://code.google.com/p/jquery-ui-for-ipad-and-iphone/
just didnt work full stop seemingly

https://github.com/aFarkas/jScrollPane/commit/553612cb26a390004a9aa63ab0511e2b668bcf8c#diff-1
script/jquery.touchdrag.js: applied and didnt seem to work either

Any ideas anyone? My client is impatient :/

A.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

眼泪也成诗 2024-10-07 18:07:03

刚刚看到这个问题有点老了,无论如何,我在这里发布我的研究:

我的版本是 jscrollpane v2.0.0beta10

我也在使用 Kelvin Luck 的 jscrollpane 直接来自他的网站。
我刚刚尝试了我们的网站,看来新版本运行没有问题。

刚刚制作了一个从我的网站提取的滚动演示
仅使用我在iPad 2.0(iOS 6.01)中测试的基本代码

$('.scrollbar-area').jScrollPane({
    showArrows: true,
    horizontalGutter: 10 // must set for IE running properly
});

,我没有iPhone进行测试。
当我拖动内容时,它可以在 iPad 中运行。但滚动条本身不起作用。

Just saw this questions is a bit old, anyway, I post my research here:

My version is jscrollpane v2.0.0beta10

I am also using Kelvin Luck's jscrollpane directly from his site.
I have just tried our website, it seems newer version is working without problem.

Just made a scroll demo here extracted from my site
Only using the basic code like

$('.scrollbar-area').jScrollPane({
    showArrows: true,
    horizontalGutter: 10 // must set for IE running properly
});

I have tested in iPad 2.0(iOS 6.01), I have no iPhone for testing.
When I drag the content, it work in iPad. The scrollbar itself does not work though.

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