// fix for https://bugs.dojotoolkit.org/ticket/17400 !document.firstChild.children && (document.firstChild.children = true);
We are using JSAPI v2.1 and both IE 10 and Chrome have issues.
<script src="http://serverapi.arcgisonline.com/jsapi/arcgis/2.8/"></script>
<script src="http://js.arcgis.com/2.8/"></script>
We're looking into the best way to fix this. Can everyone in this thread post the version of the JS API they're using?
var _noNES = (navigator.userAgent.indexOf('Chrome/29') >= 0) ? true : (typeof getDoc().firstChild.nextElementSibling == "undefined");
<script type="text/javascript"> if (navigator.userAgent.indexOf('Chrome/29') >= 0){ document.write('<script type="text/javascript" src="/path/to/query.js"><\/script>'); } </script>
Angemeldete Mitglieder können Beiträge verfassen, Updates folgen und mehr. Neu hier? Registriere ein kostenloses Konto.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.