mozilla-mobile / webxr-ios

An iOS app for testing WebXR
Mozilla Public License 2.0
210 stars 41 forks source link

iOS 13: Make WebXR Viewer Dark Mode compatible #181

Open robomex opened 5 years ago

robomex commented 5 years ago

WebXR Viewer is not prepared for Dark Mode. This causes some custom views and permissioning popups to be illegible when a device has Dark Mode turned on.

robomex commented 4 years ago

Fix Caveat: https://github.com/mozilla-mobile/webxr-ios/commit/749766190f5a601b05b465248676a8309bd71913 does not make WebXR Viewer completely Dark Mode compatible (e.g. a separate URL bar color scheme for Dark Mode), rather it fixes Dark Mode related breaking issues (e.g. illegible alerts).