janpio / ionic-epubjs

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

fixing styles and adding prev and next page actions #2

Closed kama1 closed 7 years ago

kama1 commented 7 years ago

Add prev() and next() actions Apply some style

janpio commented 7 years ago

Ohoh, I think that broke something ;)

janpio commented 7 years ago

this.book.ready.then(()=>{ has to be this.book.ready.all.then(()=>{ I think.

janpio commented 7 years ago

Pushed a fix for this and also some smaller stuff (intendation, comments - would be great if you could explain the stuff you added via these)

janpio commented 7 years ago

https://github.com/janpio/ionic-epubjs/commit/a01b317fb809ab97630f86b436d2146145fd73dd makes the methods you added work ;)