I was testing my application and the text value does not display in Google Chrome, the most recent version. So, I then tested my code in jsbin at: JS Bin - Collaborative JavaScript Debugging and I receive the following error:
I searched on here for require is not defined and did not see anything similar.
What's causing this error?
Looks like jsbin doesn't like http links, so change script tag to https
<script src="https://js.arcgis.com/3.14"></script>
Nice catch! You can also just set the URL back to http to avoid mixed content - that seems to work, too, which is why it's working in my sample - https://community.esri.com/external-link.jspa?url=http://jsbin.com/dabamobuga/1/edit?html,console,output
Updated link!
JS Bin - Collaborative JavaScript Debugging
I took a working project and inserted your code - no errors, at least.
It does, but that's 3.8. Did you notice something?
Chris,
Does this work ok for you?
Wrong link... updating...
Les membres connectés peuvent publier, suivre les mises à jour, et plus encore. Nouveau ici ? Inscrivez-vous gratuitement.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.