ionic-epubjs icon indicating copy to clipboard operation
ionic-epubjs copied to clipboard

Add loading indicator when loading a book

Open janpio opened this issue 7 years ago • 1 comments

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

janpio avatar Jul 19 '17 17:07 janpio

Book.ready.all.then(function(){
  document.getElementById("loader").style.display = "none";
});

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

janpio avatar Jul 19 '17 19:07 janpio