> For the complete documentation index, see [llms.txt](https://posetracker.gitbook.io/posetracker-api/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://posetracker.gitbook.io/posetracker-api/use-posetracker-on-real-time-camera-webcam/query-params-details/isandroid-only-for-android-apps.md).

# isAndroid (only for Android Apps)

Real-time endpoint:

```
https://app.posetracker.com/pose_tracker/tracking?isAndroid=true
```

Upload endpoint:

```
https://app.posetracker.com/pose_tracker/upload_tracking?isAndroid=true
```

* **Type:** `boolean`
* **Required:** no

<mark style="color:$warning;">This enables WebGL options that avoid known issues on many Android devices. If you omit this parameter on Android, the engine will run slower.</mark>
