0

Say I have a list of pages. User can navigate it using "prev" and "next" hyperlinks. But there is much more ergonomic way to do this in android apps. You just flick left or right and see the next page. Is there any implementation of this effect with javascript?

Ximik
  • 2,435
  • 3
  • 27
  • 53
  • 1
    http://stackoverflow.com/questions/2264072/detect-a-finger-swipe-through-javascript-on-the-iphone-and-android : Possible duplicate? Also, will definitely answer your question. – rfinz Jul 24 '12 at 16:24
  • Thank you for the link. Related but not duplicate. – Ximik Jul 24 '12 at 17:28

1 Answers1

0

In Android, this implementation is a Viewpager. Here is a link to an implementation in javascript which works on my Android web browser detailing the flick left or right you so desire.

Pete
  • 597
  • 1
  • 8
  • 27