I am developing an Ionic app for Android and iOS.
We are trying to prevent users from taking screenshots of the app, whether the method is blurring the screen or otherwise. We also want to prevent video screen recording.
We are building using Ionic, so the method must work with Ionic.
We have been able to get this to work for Android, but not iOS.
Anyone know of any Ionic-friendly methods to prevent screen shots while inside an app?