开发者

Javascript Library - Mobile Touch - Draggable Objects on axis without disabling scroll

开发者 https://www.devze.com 2023-04-02 17:15 出处:网络
I have a page with a slider carousel. Recently, I\'ve been tasked with adding touch interfacing to explore the slides by finger swiping.

I have a page with a slider carousel. Recently, I've been tasked with adding touch interfacing to explore the slides by finger swiping.

I located an older jQuery plugin which appears to be no-longer supported. It allowed for touch sliding, as required, but it disabled the ability to scroll the page with a vertical swipe if the swipe originated within the slider carousel element's boundaries.

Does anyone have a resource for an element draggable library that allows to a specified axis (horizontal, for example) that won't disable vertical scrolling intentions if the origin of the swipe occurs within the element? This should function across devices like iPhone, Bla开发者_StackOverflow中文版ckberry OS 5+

engadget.com has a slider on their mobile website that accomplishes this.


There are a couple jQuery gesture plugins, that may help you out. You could easily integrate one of these into a custom slider plugin.

0

精彩评论

暂无评论...
验证码 换一张
取 消