Touch Input

Capture Cordova/Capacitor app touch input through native iOS and Android capture paths.

const options = Ansight.createOptionsBuilder()
  .withTouchCapture({
    captureMoveEvents: true,
    moveCaptureFramesPerSecond: 20,
  })
  .build();

Use Ansight.enableTouchCapture() and Ansight.disableTouchCapture() while the runtime is active.

Touch evidence can contain coordinates and gesture timing across the WebView. Keep it development-only and disable it on sensitive screens.