Is there any opensource project for html pagination? I am developing an app for iPhone. I want to display an HTML file on UIWebView and I dont want user to scroll down for seeing the remaining content not being displayed on screen. I want to display the remaining content on the second UIWebView. How can I accomplish this.
Any suggestion?