ionic-epubjs
ionic-epubjs copied to clipboard
Add loading indicator when loading a book
Suggestion: Add the indicator in HomePage:show Hide it again after the render is triggered
Book.ready.all.then(function(){
document.getElementById("loader").style.display = "none";
});
from view-source:http://futurepress.github.io/epub.js/examples/promises.html