You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am experiencing an issue where the Cesium viewer, implemented with Resium, renders correctly on browsers running on Windows devices but fails to render properly on Android, iOS, or macOS devices.
On non-Windows devices, the viewer either:
Displays a blank screen.
Only renders partial components (e.g., the globe is missing or black).
Fails silently without any console errors.
Steps to Reproduce
Set up a Resium-based application with the CesiumMapComponent.
Serve the application using a local server or deploy it to a production server.
Test the application in the following environments:
Windows: Works fine in Chrome, Edge, and Firefox.
Android: Globe does not render, tested on Chrome and Firefox.
iOS: Globe does not render, tested on Safari and Chrome.
macOS: Blank screen or partial rendering in Safari and Chrome.
Expected Behavior
The Cesium viewer should render consistently across all supported platforms and browsers.
Actual Behavior
Works perfectly on Windows browsers.
Fails to render or renders incorrectly on Android, iOS, and macOS.
Environment
Resium Version: ^1.18.3
CesiumJS Version: ^1.123.0
Additional Information
Debugging Steps Tried:
No relevant errors appear in the browser console on Android, iOS, or macOS.
Simplified the application to only render a basic Resium Viewer with default settings:
Description
I am experiencing an issue where the Cesium viewer, implemented with Resium, renders correctly on browsers running on Windows devices but fails to render properly on Android, iOS, or macOS devices.
On non-Windows devices, the viewer either:
Steps to Reproduce
CesiumMapComponent
.Expected Behavior
The Cesium viewer should render consistently across all supported platforms and browsers.
Actual Behavior
Environment
^1.18.3
^1.123.0
Additional Information
Debugging Steps Tried:
Viewer
with default settings:Mobile browser image
The text was updated successfully, but these errors were encountered: