mirror of https://github.com/CesiumGS/cesium.git
Co-authored-by: Gabby Getz <gabby@cesium.com> |
||
|---|---|---|
| .. | ||
| README.md | ||
README.md
Mobile Guide
Supported mobile platforms
CesiumJS relies on WebGL, which is supported on nearly all major mobile hardware platforms and browsers. However, WebGL may be unavailable on some older devices.
Debugging on Mobile
- If using Sandcastle, use the standalone viewer to ensure that the UI elements do not force the creation of a very small canvas. You can get there by clicking on the "Open In New Window" button on the Sandcastle toolbar.
- Use WebGL Report to gather information about the Web GL implementation on the device you are testing.
- Remote debugging can be done via USB connection. Use the official instructions for Chrome or Firefox to connect the debugger tools on your computer to the browser on your phone.
- It is possible to debug over WiFi on Android, however, the resiliency of this method may depend on the type of network the devices are on and certain device permissions. Follow this guide to debug Chrome over WiFi.
- Follow this guide to setup remote debugging (USB or WiFi) for Safari on your iOS device.