Skip to content Skip to sidebar Skip to footer

How To Disallow Screenshoot In Ionic 3?

How can I prevent the user from taking screenshots in ionic 3? I can not find any info about how to disallow take screenshots on android using ionic 3 for example using ionic nativ

Solution 1:

Maybe take a look at this - "PrivacyScreenPlugin" at "https://www.npmjs.com/package/cordova-plugin-privacyscreen"?

I used the same to disable screenshots for my Android App and it worked fine.

Solution 2:

You can try the following links:

https://www.npmjs.com/package/cordova-plugin-prevent-screenshot

https://ourcodeworld.com/articles/read/168/how-to-disable-screenshots-within-a-cordova-application-in-android

Post a Comment for "How To Disallow Screenshoot In Ionic 3?"