Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我一直在为一个学校项目开发一个 iOS iPad 应用程序,它使用jQuery.touchSwipe.min.js允许用户在页面之间水平滑动的代码。
jQuery.touchSwipe.min.js
但是,我发现它阻止了高度大于 iPad 屏幕的内容的上下滚动。如果我从 jQuery.touchSwipe.min.js 中删除这段代码“touchmove”:“mousemove”,我可以再次获得垂直滚动效果,但是页面之间的水平滑动停止了!
如何在页面上垂直滚动时保持页面之间的水平滑动?
检查下面的链接,它可能会有所帮助。
http://gregsramblings.com/2012/05/23/preventing-vertical-scrolling-bounce-using-javascript-on-ios-devices/