tags:

views:

51

answers:

0

hi, I want build a app that can show HTML file but it will be most like ebook effect .

if the app read a large single HTML file then it will show some pages views but in a single WebView .

I try to parse the whole HTML file and regenerate it as many HTML files , in this way, it can be load in the WebView one by one .... like the ebook pages ...

does the same feature has been made by any framework or open source code ?

if not , my question is how to judge the HTML content whether is out of the iPhone screen ? I do not want user use Finger to scroll the WebView . in other words, I want split the single large HTML to many small HTML that can meet the iPhone screen directly , not scroll the WebView is required.

any tip , thanks for help .

Regards