eReader ePub loading performance issue, need algorithm
I developed an ereader to unzip and load xhtml files insides epub.
However, it is very slow (show blank page during loading) to load a page when flip page.
The algorithm to calculate the dynamic pagination is using javascript to measure screen width and height.
I think it is not an efficient way to handle it.
How should the algorithm to load epub files for those stanza ereader?
|