Horizontal swipe slider with jQuery and touch devices support?

前端 未结 15 2212
野趣味
野趣味 2020-12-22 19:04

I need to make a product slider like this ( see red area ) swipe slider with momentum.

It should work on Desktop, iPad and Mobile browser. Do you know any jquery/jq

相关标签:
15条回答
  • 2020-12-22 19:42

    Have a look at jQuery scroll view (demo here). Here is the git hub repository for that experimental project. Look at their html to see what files need to be included and what attributes to add to the elements you want to be scrollable.

    I have used this to be able to scroll div elements horizontally on touch devices.

    0 讨论(0)
  • 2020-12-22 19:43

    You might be interested in the following:

    • jQuery Mobile Carousel (github)
    • jQuery Mobile

    I realize this is not a jQuery solution, but Sencha Touch framework is pretty good for building your target UI. Example (click the Carousel sidebar link): http://dev.sencha.com/deploy/touch/examples/kitchensink/

    0 讨论(0)
  • 2020-12-22 19:44

    Have you tried iosSlider? It can do exactly what you need.

    http://iosscripts.com/iosslider-jquery-horizontal-slider-for-iphone-ipad-safari/

    0 讨论(0)
  • 2020-12-22 19:48

    In my opinion iosSlider is amazing. It works in almost any device and it is well documented. It's free for personal usage, but for commercial sites license costs $20.

    Also a great option is touchCarousel or RoyalSlider from same author. These two have everything you'll need, but also not free and have a price of $10-12

    0 讨论(0)
  • 2020-12-22 19:51

    This one could fit your need:
    http://caroufredsel.frebsite.nl/

    Add jquery Touchwipe for touch support

    Then in the configuration add

    scroll : {
    wipe: true
    }
    
    0 讨论(0)
  • 2020-12-22 19:53

    Ive found another: http://swipejs.com/

    seems to work nicely however I encounter an issue with it when paired with bootstrap on the OS X version of Chrome. If total cross-browser compatibility isn't an issue, then you're golden.

    0 讨论(0)
提交回复
热议问题