Paul Hostev
Paul Hostev
I want to integrate your code into android/ios in qt creator with c++ and qml
I just want to know how to use your C++ source code to open epub books
yes, thank you!
It can be implemented with the `locations`, but I don't understand how
you use `location` only as event: https://github.com/janpio/ionic-epubjs/blob/db5aa52341e86b8991ae0a057d8bb8c64fbdf5cd/src/pages/book/book.ts#L44 ``` this.book.on('book:pageChanged', (location) => { console.log('on book:pageChanged', location); this._updateCurrentPage(); this._updatePageTitle(); }); ``` it can somehow be used for quick opening from storage https://github.com/futurepress/epub.js/blob/86ba893a29e5fef57f79b8ec4ff94a869d327324/examples/locations.html#L184