I am building a single-page web application and I’ve been looking for a library that implements just a set of touch events, tap, taphold, swipe etc but doesn’t:
- a) force me to use Sencha Touch
- b) come with tons of extra stuff that I don’t want, without the ability to rip out just the events portion (Jquery mobile & Sencha Touch)
I did try to rip out just the events stuff from jquery mobile and the swipe events stopped working, not sure why.
My experiments with jquery mobile have frustrated me, it forces me to build my app “their” way, having to add data-role=”page” to my container just to stop the page being blank when it’s included, adding loading divs to the body (yuk). Since I already have a working app I don’t want that.
Does anyone have any recommendations?
Cheers
jQM is now decoupled:
You can head over to their GIT Repo and just download what you want: