Skip to content

Instantly share code, notes, and snippets.

@coelhucas
Created July 10, 2018 19:18
Show Gist options
  • Save coelhucas/610cc74a74c0cba973b059d879bbc589 to your computer and use it in GitHub Desktop.
Save coelhucas/610cc74a74c0cba973b059d879bbc589 to your computer and use it in GitHub Desktop.
this.fileTransfer.download('https://github.com/janpio/ionic-epubjs/raw/master/src/assets/books/moby-dick.epub', path + 'moby-dick.epub').then(entry => {
this.finishedDownload = true;
let url = entry.toURL();
this.current_book = new Book();
this.current_book.label = "Moby Dick (.epub)";
this.current_book.file = path + 'moby-dick.epub';
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment