Disable Screenshot API
Prevent screenshots and screen recording using the WebToNative JavaScript API. It enhances your app’s security and user privacy by preventing screenshots and screen recordings.
window.WTN.disableScreenshot({
ssKey:true/false
})import { disableScreenshot } from "webtonative"
disableScreenshot({
ssKey:true/false
})Last updated