1.0.5 • Published 5 years ago

cordova-plugin-protectscreen v1.0.5

Weekly downloads
5
License
MIT
Repository
github
Last release
5 years ago

ProtectScreen

Installation

cordova plugin add cordova-plugin-protectscreen

Usage

When a screenshot occurs on iOS, a 'UserDidTakeScreenshot' event is triggered .

document.addEventListener("UserDidTakeScreenshot", function() {
    window.alert("Screenshot Taken");
}, false);  

License

MIT.

Credit

Tommy-Carlos Williams (http://github.com/devgeeks)