Good Morning:
We are development an Epub Reader app for educations in IPAD.We use a html and js library inside de app bundle.The app works well in local files without internet connection if the epub file is inside the www directory.
The problems is that the app need download epub and save online to document directory and we don't known how to access to this file by code.
Index.html need read the url to epub and only read relative url.How we can access to this files after is downloaded and pass the url to the html file without security problems?
Thanks