mapbox-gl-js icon indicating copy to clipboard operation
mapbox-gl-js copied to clipboard

Fixing globe not displaying on Android

Open SnailBones opened this issue 1 year ago • 0 comments

Fixes a regression introduced in https://github.com/mapbox/mapbox-gl-js/pull/12039 (Specifically commit https://github.com/mapbox/mapbox-gl-js/pull/12039/commits/7aa71e9af52971ffab762c4bcdca4fdac146963d), where the globe (without terrain and at low zoom) shows up blank on Android devices. Tested in Chrome and Firefox.

Before: Screenshot from 2022-08-09 18-45-35 After: Screenshot from 2022-08-09 18-46-37

cc @karimnaaji

  • [X] briefly describe the changes in this PR
  • [X] include before/after visuals or gifs if this PR includes visual changes
  • [ ] write tests for all new functionality
  • [ ] post benchmark scores
  • [X] manually test the debug page
  • [X] apply changelog label ('bug', 'feature', 'docs', etc) or use the label 'skip changelog'

SnailBones avatar Aug 10 '22 00:08 SnailBones