mircealungu
mircealungu

Reputation: 6981

How to add gesture support in Bootstrap?

I am using Bootstrap for a web app. I have a series of divs between which I navigate with next/previous buttons. I would like to allow swipe gestures instead of button-based navigation where touch is available. What is the best way to go?

Upvotes: 1

Views: 2716

Answers (1)

DivineChef
DivineChef

Reputation: 1221

Then here is your answer: Jquery mobile touch events:

Documentation here

Upvotes: 2

Related Questions