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?
Share
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.