gerhardsletten / react-reader

An ePub-reader for React, powered by Epub.js
https://react-reader.metabits.no
Apache License 2.0
721 stars 132 forks source link

selected event not working in ios #137

Closed Mojtaba118 closed 1 year ago

Mojtaba118 commented 1 year ago

hi. i'm testing reader in chrome browser in iphone with ios 16. selected event does not work and it never calls. but in android & mac & wondows is working correctly. this is my code: rendition.on("selected", function (cfiRange, contents) { console.log("range", cfiRange); console.log("contents", contents); });

gerhardsletten commented 1 year ago

@Mojtaba118 See issue in epubjs here: https://github.com/futurepress/epub.js/issues/1102