Map just keeps trying to load in Chrome/Firefox but works great in Internet Explorer...any ideas??
Using:
<script type="text/javascript" src="http://js.arcgis.com/3.10/"></script>
Thanks in advance for any suggestions!
Solved! Go to Solution.
Nathan,
Try this fiddle. I think I have all the issues worked out
Hi Nathan,
Most likely there are other javascript code in your page which is not compliant with chrome/firefox.
Use firebug or chrome developer tool (F12) to identify the line where you are getting exception.
Hey Riyas,
Thanks for responding to both posts. So I tried firebug and was unable to find any exceptions. Is there something I can paste in here from that to help determine the problem?
Thanks again!
I am not very familiar with actually creating a JSFiddle example, but I tried. Let me know if I need anything else in there please. Thanks!
Just changed square brackets on arrQrStr array back to parenthesis.
You'll also have to add in the external resources (jsapi and css) and add in the actual URL of the service (or substitute a public one if you can't share yours).
I've made a few changes here to show how to set it up.
Not sure if this will be visible, but in firebug neither of these received a response. Could this be the issue?
maybe check an if it's https issue
do you have any secure content on the page
sometimes mixed content displays fine in IE and Firefox and Chrome block it with little indication of what is actually happening.
Example
When the url is https the map will not load in Firefox or Chrom (insecure content) but loads fine in IE
https://gisweb.cc.lehigh.edu/campusmap/index.html
This url without the https loads fine
There is no secure content on the page so I don't think that is the issue.
Thanks for the reply though Scott.