how to implement scroll view with javascript on a HTML page

drskywalker

New Member
I plan to provide content of my android app with html page and eveything goes smoothly except one -- how to emulate scroll view by javascript.I find a post (http://stackoverflow.com/questions/8818216/how-to-have-several-screens-in-html-and-swipe-these-screens) which talks about showing screens and swiping them. That is close to what I what. But the postions where screens stop are out of control.I want to know how can I set the position where one screen stops, for example, every screen stops at the center of the view. It is like pagingenable is set to be true of scrollview on iOS.
 
Back
Top