5-stones / react-native-readium

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

[Feature Support] : To block apps like Google Reading Mode from accessing book content in our application. #45

Closed bilalshams7 closed 9 months ago

bilalshams7 commented 9 months ago

In my eBook application, measures are in place to restrict users from copying book content as a piracy prevention strategy. However, applications such as Google Reading Mode have activated accessibility features, allowing them to access our book content. Is there an approach to block accessibility features in the react-Native-readium package?

mickael-menu commented 9 months ago

Using FLAG_SECURE on your Android window might help. That's in your app though, not in react-native-readium.

jspizziri commented 9 months ago

@bilalshams7 closing this as completed based on the above comment. LMK if you need anything else on this.