Hi!
I'm developing an app which reads EPUB.
It works well but there are few things I need to improve it's function.
If you know well about reading EPUB,please tell me solution.
Here is my app's issue.
When it comes to reading a big EPUB file on the iPhone
It takes long time for just loading EPUB file at first.( about 1minute for 500KB)
There is no problem when I ran it on simulator,but on device it's not good.
So I wonder if there is any way to load the big file quickly every time.
I tought loading EPUB partially,
but if I do that,bookmark function does not work.
Bookmark means user can restart reading from where they stop reading before.
Bookmark function only works when the file is fully loaded,I thought.
because if a page user stop reading before is last part of book,
the app have to load almost fully.
It means taking long time just for loading.
Do you know the way both works well??
Please let me know if you have any solution.
thanks in advance.