futurepress/epubjs-rn

onDeselected event

Opened this issue · 1 comments

My use case: I want to select text and add a comment to selected part, which goes to server.

I've started with highlight and marks, but onMarkClicked doesn't work with iOS device. I have found out that it is an old bug and seems to be hard to fix [ https://github.com//issues/64 ].
So I decided to open comment text-box with my own button, but I need to hide it when text is deselected. Is it possible to add such event or to do it other way?

That makes sense, I'll look into what it would take to add that event in Epub.js