Skip to content
rdlabo.dev
@rdlabo/capacitor-screenshot-event v8.0.0

React when users take screenshots

Start watching for screenshot events and handle userDidTakeScreenshot callbacks from Capacitor.

What you can do

  • Start watching

    Call startWatchEvent to begin listening for screenshot activity.

  • Screenshot listener

    Handle userDidTakeScreenshot when the user captures the screen.

  • Stop watching

    Call removeWatchEvent when screenshot monitoring is no longer needed.