I want to add a feature in a native mobile app to prevent the app user from taking screenshots. Does anyone have any idea on how to do it?
We can do such thing in a PWA using a wrapper but I want to prioritize doing it in native app.
I’ve come across this plugin which allows to inject html code in native mobile app. Any idea if I can implement the feature using this