Cesium not working ie8

Hello,

I am trying to do a sample application using Cesium, but when loading the cesium.js in IE8 its not working as uint32array is used in javascript?

Will cesium work in IE8?

Thanks,
Naveen Malla

Microsoft only supports WebGL in IE11 so Cesium will not work on any IE versions before it. You should be able to include Cesium on the page and fallback to something else when it’s not supported. People have had success with using Leaflet or Bing Maps in these cases, but it’s completely up to you.