5-stones / react-native-readium

📚 📖 React Native ebook reader for iOS, Android, & Web via Readium
MIT License
83 stars 25 forks source link

[Question] How to disable the "SelectionActionModeCallback" menu? #30

Closed AmrithVengalath closed 1 year ago

AmrithVengalath commented 1 year ago

I'm trying to disable copying text from the reader. Can someone please explain how to disable the "SelectionActionModeCallback" menu?

jspizziri commented 1 year ago

@AmrithVengalath that's currently not possible, you'd need to add a prop to control that to the API and add some native side code.