Select to view content in your preferred language

ArcGIS API for JavaScript does not compatible with IE 10

1247
3
01-25-2013 07:52 AM
YanyiZhang
Deactivated User
We tried some arcgis samples on IE 10 and none of them works:
http://help.arcgis.com/en/webapi/javascript/arcgis/jssamples/
[ATTACH=CONFIG]21060[/ATTACH]
Cannot even load map..It seems dojo doesn't support IE 10. Even after we switch the page to compatible mode:
<meta http-equiv="X-UA-Compatible"  content="IE=7,IE=9,IE=10" />

Any suggestion will be appreciate!
0 Kudos
3 Replies
ShreyasVakil
Frequent Contributor
Here is the dojo documentation in which IE10 is not in the supported browsers list.

This is ArcGIS API for Javascript documentation which says the same.

Our latest API 3.3 is a based on Dojo 1.8.

Version 3.3 of the ArcGIS API for JavaScript uses Dojo 1.8.
Since our API is based on Dojo Framework it supports only till IE9.
0 Kudos
JeffJacobson
Frequent Contributor
Have you tried this?
[HTML]<meta http-equiv="X-UA-Compatible"  content="IE=9" />[/HTML]

(I don't have IE 10 so I don't know if that will actually work.)
0 Kudos
AdrianMarsden
Honored Contributor
Seems fine to me using the only Win 7 IE10

[ATTACH=CONFIG]21137[/ATTACH]

Are there any console error messages?
0 Kudos