I've been struggling for a couple of weeks trying to get a .epub file to dynamically "paginate" into multiple UIWebviews on the iPad to make an enhanced ebook app. If anyone has downloaded the Adderall Diaries app, or used the app "eReader", we want that style of pagination.
I've seen lots of hacks and workarounds to get .epub to paginate book style, but nothing seems to work quite as smoothly as we want. It seems clear that html, which is pretty much what .epub is, is not meant to be paginated, at least not easily.
I recently found out that eReader uses a format called ".pdb", for their texts, and seeing as they have exactly the effect we are looking for, decided to check it out. However, it's a format I am totally unfamiliar with, and can't find much info on. I assumer that eReader is showing it in a UIWebView, mostly because it is stylized text in iOS.
Is anyone familiar with this format? How easy is it to implement on iPad? Is there a magic bullet to get this done that I am missing?