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
We don’t actually need String.fromCodePoint(), do we? String.fromCharCode() is sufficient for the Basic Multilingual Plane, and we don’t support rendering anything in the astral planes (mapbox/DEPRECATED-mapbox-gl#29).
Looks like 0.27.0 broken in IE11:
Tested on IE11 (ver. 11.447.14393.0, Windows 10 with latest updates inside Parallels VM).
Edge, Chrome and other browsers on same VM works fine.
IE 11 console output:
mapbox-gl-js version: 0.27.0
Steps to Trigger Behavior
Expected Behavior
Map should loads successfully (or alert saying browser doesn't support Mapbox GL).
Actual Behavior
Map doesn't load (and no "doesn't support Mapbox GL" alert).
The text was updated successfully, but these errors were encountered: