ArcGIS js 4.13 Custom Widget not loading in IE11 but works in chrome.

385
1
12-04-2019 09:30 AM
StevenStapleton
New Contributor

I am using arcGIS js 4.13. My issue I am having is my custom widget will not load in IE11 but works fine in google chrome. IE11 is throwing an object error but I wasn't able to find any useful information.

Please see attached file for source code. Any thoughts or ideas would be appreciated.

Thanks in advance!

0 Kudos
1 Reply
Noah-Sager
Esri Regular Contributor

I think this is due to some IE11 limitations. You can review some of the known limitations here:

System Requirements | ArcGIS API for JavaScript 4.13 

And/or check your some of your code functionality with something like caniuse for IE11 compatibility:

https://caniuse.com/ 

0 Kudos