ionic-epubjs icon indicating copy to clipboard operation
ionic-epubjs copied to clipboard

Ionic 3 app using Epub.js

Results 35 ionic-epubjs issues
Sort by recently updated
recently updated
newest added

https://github.com/futurepress/epub.js/blob/master/examples/annotator.html

enhancement
help wanted

Loudness or camera buttons (or similar) could be used to navigate between pages.

enhancement

Searching for strings in the whole book. Probably not doable client side.

enhancement
help wanted

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":...

enhancement

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

question