jquery jScrollPane ipad问题
我正在为 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
刚刚看到这个问题有点老了,无论如何,我在这里发布我的研究:
我的版本是 jscrollpane v2.0.0beta10
我也在使用 Kelvin Luck 的 jscrollpane 直接来自他的网站。
我刚刚尝试了我们的网站,看来新版本运行没有问题。
刚刚制作了一个从我的网站提取的滚动演示
仅使用我在iPad 2.0(iOS 6.01)中测试的基本代码
,我没有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
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.