Search code examples
iphoneuiwebviewhorizontal-scrollingepub

Load .epub content to UIWebview with only Horizontal scrolling


Currently I'm working on to display Epub content in UIWebview. From this link I have downloaded one sample app for Epub which fulfills all my needs except one thing that is, need to scroll the webview horizontally instead of vertical scroll. Anyone please help me out to do this.


Solution

  • that mean you need to make a pagination for the html content .. this done by some java script functions .. there is already uploaded open source files to do this .. just google it :).