janpio / ionic-epubjs

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

crash #13

Closed PaulHost closed 6 years ago

PaulHost commented 6 years ago

If create another page to open home.ts it getting crash. Same problem with sidemenu. Can it be fix somehow? May be I need somehow to use ePub.js in whole project?

janpio commented 6 years ago

What exactly did you do? ePub.js is included in the index.html and so should be available everywhere - but the code has to match.

PaulHost commented 6 years ago

lets try to create slidemenu or segue to home.ts from another_page.ts

janpio commented 6 years ago

I am not sure I understood what you wrote, but check the project now. I renamed HomePage to BookPage and added a new HomePage where you can choose a book to be shown. Did you mean something like that?

PaulHost commented 6 years ago

yes! Thanks