For the complete documentation index, see llms.txt. This page is also available as Markdown.

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.

You'll need to import the javascript file in your website before starting from this link.

window.WTN.disableScreenshot({
    ssKey:true/false
})

ssKey (Optional - Boolean parameter) - This is to override the settings set during the AddOn customisation. If screenshot was not disabled and you want to block it for a page then pass this value as true and vice-versa.

Feature added in iOS on 13/06/25 Feature added in Android on 19/12/25

Last updated