PROBLEM

Maps and Apps Gallery 10.1 displays the heading but not the gallery in Google Chrome

Last Published: April 25, 2020

Description

The Maps and Apps Gallery 10.1 displays the heading and the tabs for Home, Gallery, Submit Your App, and About, but the content for these sections is missing in Google Chrome browser versions 29 and later.

Cause

A change in Google Chrome (beginning with version 29) breaks Dojo’s library 1.6.1, which is the version used by Maps and Apps Gallery 10.1.

Solution or Workaround

Note:
As of April 2018, the Maps and Apps Gallery app template is in the Mature Phase of the ArcGIS Online Product Lifecycle. For more information regarding support of this app template, refer to the Maps and Apps Gallery requirements page.

Replace four references to Dojo's 1.6.1 library with the later library, 1.6.2.

  1. Browse to the location of the application, create a backup copy of the entire application, and store it in a secure place.
  2. In the application to which the changes are to be applied, browse to the mapps.html file.
  3. Open the mapps.html file in a text editor or development environment. All changes occur in this file.
  4. Replace the four instances of '1.6.1' with '1.6.2'. These four instances should look like the following line snippets when done.
        :        :        :
    <link rel="stylesheet" href="http://ajax.googleapis.com/ajax/libs/dojo/1.6.2/dijit/themes/claro/claro.css"></link>
        :        :        :
    <link rel="stylesheet" href="http://ajax.googleapis.com/ajax/libs/dojo/1.6.2/dojox/widget/Portlet/Portlet.css"></link>
        :        :        :
    <img width="20px" height="20px" title="Animation for loading page"
        src="http://ajax.googleapis.com/ajax/libs/dojo/1.6.2/dojox/image/resources/images/loading.gif"><br>
        :        :        :
    <script src="http://ajax.googleapis.com/ajax/libs/dojo/1.6.2/dojo/dojo.xd.js"></script>
        :        :        :
  5. Save mapps.html.

Article ID:000011903

Software:
  • ArcGIS for Local Government

Get help from ArcGIS experts

Contact technical support

Download the Esri Support App

Go to download options

Discover more on this topic