Customize the About section

Available with the ArcGIS Indoors Maps extension.

You can use supported HTML elements to customize the content displayed in the Indoor Viewer app's About section to meet your organizational needs. The About section is accessed in the Viewer app by clicking the About button About and displays the Indoors logo and version information by default. You may want to use this section to provide additional useful information to app users, such as a disclaimer or accessibility information.

Customization example

The following is an example of customization you can add to the app's About section:

Accessibility Compliant customization to the About section

The following code includes the HTML and the CSS used to create an image and link like the Accessibility Compliant example.

<div style="width: 235px; font-family: futura, helvetica, arial; height: 100px">
<div style="width:230px; margin-left: 5px; margin-top: 20px; float: left;">
<img src="http://<<image link>>" alt="Warning" style="width:40px; height:40px;"><span style="font-size:14px; color:black;
font-weight:bold;">
Accessibility Compliant</span><span style="font-size:14px; color:black;">
Click <a style="color:blue;" href="https://<<link>>"><u>here</u></a> for more information</span>
<br/></div> </div>

Customize the About section

During Viewer app configuration, customize the app's About section by completing the following:

  1. Open the Configure App panel and browse to the About Section.
  2. Turn on the I would like to add more information to the About Section option.

    A text box appears.

  3. Insert and customize your HTML snippet in the text box.
    Note:

    Consider the following when adding HTML:

  4. Click Save to save your updates.
    Tip:

    Instead of saving your updates to the current app template, you can do one of the following:

    • Click Save As to save a copy of the existing app configuration.
    • Click the Close button Close at the top of the Configure App panel to close it. If you have unsaved changes, you are prompted to discard them.

The About section in the Viewer app now displays your customized content in addition to the Indoors logo and version information.