Quote:
Originally Posted by violent23
Why is there a visible loading icon every time a book changes to a new chapter? It is very unsightly and there is a clear delay each time it pops up. Other ebook readers do not have this issue. Is there a plan to make the reading experience more seamless in MapleRead, because as is the constant loading screens are pretty disruptive.
|
ePub is a bunch of some kind of HTML + CSS files, normally (but not always) separated by chapters (that is, one file, one chapter).
It seems they are reading and parsing each HTML file after passing the last page of the previous one. Other readers a) load the entire book or b) caches the previous and next html file.