JqueryBcSwipe
This gem adds the super lightweight (~600 bytes) jQuery plugin to enable swipe gestures for Bootstrap 3
carousels on iOS and Android to Rails' asset pipeline.
Installation
Add this line to your application's Gemfile:
gem 'jquery_bc_swipe'
And then execute:
$ bundle
Or install it yourself as:
$ gem install jquery_bc_swipe
Include jquery.bcSwipe (or jquery.bcSwipe.min) in your application.js
manifest:
//= require jquery
//= require jquery_ujs
//= require jquery.bcSwipe
Usage
$('.carousel').bcSwipe({ threshold: 50 });
Adjusting threshold will determine how long a swipe must be to move to the next carousel slide.
For more details see Bootstrap Carousel Swipe
Contributing
Feel free to report gem issues here.
For library issues see Bootstrap Carousel Swipe.
License
The gem is available as open source under the terms of the MIT License.