janpio / ionic-epubjs

Ionic 3 app using Epub.js
https://janpio.github.io/ionic-epubjs/
31 stars 20 forks source link

Add loading indicator when loading a book #22

Open janpio opened 6 years ago

janpio commented 6 years ago

Suggestion: Add the indicator in HomePage:show Hide it again after the render is triggered

janpio commented 6 years ago
Book.ready.all.then(function(){
  document.getElementById("loader").style.display = "none";
});

from view-source:http://futurepress.github.io/epub.js/examples/promises.html