ionic-epubjs
ionic-epubjs copied to clipboard
Ionic 3 app using Epub.js
https://github.com/futurepress/epub.js/blob/master/examples/annotator.html
Loudness or camera buttons (or similar) could be used to navigate between pages.
Searching for strings in the whole book. Probably not doable client side.
Searching in the current chapter could be useful: ``` book.currentChapter.find("Some Text to look for"); /* * This returns an array of objects like: * [{ * "cfi": "epubcfi(/6/18[chap-1]!4/2/30/1:24,1:31)", * "excerpt":...
The project already has support for swiping the pages right now, but here is another version for swipe support: https://github.com/futurepress/epub.js/wiki/Tips-and-Tricks#adding-swipe-support-on-touchscreens