Featurelayer doesn't render using IE11

955
2
12-12-2018 07:20 AM
AbdelrahmanAbdelrazek
New Contributor III

Hello,

We are building website using React, and esri js api v 4.9, during development FeatureLayer renders correctly using chrome and internet Explorer 11, but after build it only renders using chrome and Microsoft Edge But it doesn't do so using IE 11.

Internet explorer only renders MapImageLayer Not FeatureLayer after build.

Any help please...

0 Kudos
2 Replies
Noah-Sager
Esri Regular Contributor

Abdelrahman Abdelrazek there are some limitations when working with IE11. Note that even Microsoft recommends using Microsoft Edge (instead of IE11).

A few things to try:

1) Version 4.10 just released, so I would try updating to that version and see if there is a change in behavior.

2) Are there any warnings or errors in the console? Apart from the FeatureLayer being too heavy to load in IE11, there could be other issues here, such as methods or properties that are not supported in IE11.

3) Have you tried with other versions of IE11? There are actually different versions of IE11, depending on the OS and if the browser is automatically updated or not.

4) Lastly, we list the recommended browsers in our documentation, so if there is a need to justify using a different browser, we have that covered.

ArcGIS API for JavaScript 4.10 - Supported Browsers

System Requirements | ArcGIS API for JavaScript 4.10 

Hope this helps.

-Noah

AbdelrahmanAbdelrazek
New Contributor III

Thank you so much Noah Sager for your reply, I really appreciate it.

I will try upgrading to V 4.10.

Yes, there are warnings, as shown in attached file.

Warning when browsing using IE11

0 Kudos