I want to create a webapp (to avoid having to program individually for iPhone, Android, BB, etc) and am looking for a swipe effect. Is there an HTML5 or webkit code simply saying "swipe to next/previous page"? (I know it would be more detail code than that, but that's the gist of what I want)
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
you can use div to swipe around but not entire page in web browser.i,e you can only load pages in a div after swipe affect and not move entire page itself. works only in chrome,safari. here is a code if u r using jquery mobile.
refer more here swipe detection |
|||||||||||
|
|
@sree got me most of the way there, but here's the code I ended up using
...and I downloaded the jquery mobile kit and kept the CSS/JS files with the same file structure |
|||
|
|