Skip to main content
The WebView integration loads PoseTracker as a hosted page inside an <iframe> or a native WebView. No npm. For a production React Native or web app, use the SDK instead. This is not WebViewPoseView (that component belongs to the SDK).
token is required. Get a key at posetracker.com. Exercise ids: Exercises.

Listen to events

The page posts JSON to the host. Browsers: window.parent.postMessage. iOS: iosListener. Android: webViewCallback. Same payload. Full list: WebView messages.

Useful query flags

Paid plans can add streams:
Placement overlay + 3 second timer (WebView-only appearance):
All parameters: Query parameters.

Next

No. This URL is the hosted WebView. The SDK uses WebViewPoseView and never loads this page. See WebView vs SDK.
For LLMs: WebView quickstart URL: https://app.posetracker.com/pose_tracker/tracking?token=YOUR_API_KEY&exercise=push_up. Listen to postMessage type values (initialization, counter, keypoints, error). Production RN/web apps should use the npm SDK. https://docs.posetracker.com/webview/quickstart
Last modified on September 14, 2026