How to disallow screenshoot in ionic 3?

2019-08-27 11:27发布

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 native.

2条回答
趁早两清
3楼-- · 2019-08-27 11:52

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.

查看更多
登录 后发表回答