Click here to Skip to main content
15,897,518 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have created one epub reader,using uiweb view to load the html files.
I am facing following two problems in my reader,

1.while loading .xhtml files application will crashed but .html page loads perfectly,

2.loading entire page of html content, i want to display the content page by page any know how to display the content page by page then give sample code or ideas
Posted
Updated 3-Nov-10 16:46pm
v2

1 solution

Hi there,

What you can do is use recursive directory scan, so you a have all files in an array an then read them out one by one, also you can have the scanned items previewed in an listbox on the leftside, when you click on an item, you can load the file from the array and read it in html.

crash solution, rename xhtml to html and back. see if that works.

cheers
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900