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.
Post a Comment for "How To Disallow Screenshoot In Ionic 3?"