victorsoares96 / epubjs-react-native

ePub.js Reader for React Native

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Highlight selected text?

Sreedevi-sps opened this issue · comments

How can we highlight selected text in our customised colour? Right now we only have options for share, copy and translate.

How can we highlight selected text in our customised colour? Right now we only have options for share, copy and translate.

Did you figure out a way to have more options than share, copy and translate?

How can we highlight selected text in our customised colour? Right now we only have options for share, copy and translate.

Did you figure out a way to have more options than share, copy and translate?

Yes. Figure out way for customising menu. I added custom option for highlight and copy. But how can we add the functionality for same? As of now, selected text is highlighted at that instance. But in my case, I want to highlight only when that particular option is selected from custom menu.

I don't know how to highlight only when that particular option is selected from custom menu. I'll try to figure it out since I also want to do that and I'll tell you if I figure it out, but can you tell me how you made a customized menu? Also do you know how to fix #1347 ?

This issue is stale because it has been open for 90 days with no activity.

@Sreedevi-sps I added a new annotation API that could help you with your problem, take a look at this related pull request!