Select to view content in your preferred language

How do I disable "Don't show this again" on Introduction window

841
4
05-17-2024 11:58 AM
RyanBohan
Frequent Contributor

How to I disable "Don't show this again" on Introduction window within the Sidebar Instant app

  • The Introduction window contains key information on how to use the app and any limitations 

RyanBohan_0-1715972043442.png

In webapp builder there was options for a Splash Screen

  • "Always show this splash screen every time the app launches"

RyanBohan_1-1715972091475.png

 

 

 

4 Replies
Zrobinson_SFPUC
Occasional Contributor

Did you ever figure out a way to disable that? We also need the information window to show every time the map loads. 

0 Kudos
RyanBohan
Frequent Contributor

Not yet, I asked about it at the Esri UC 2024.  Hopefully, it will be an option soon.

0 Kudos
KellyHutchins
Esri Notable Contributor

In the next release of ArcGIS Online if the app you are using supports a Custom CSS option in the configuration experience you will be able to hide this button using the following css

 

instant-apps-splash {
  --instant-apps-splash-back-content-display: none;
}

 We will add this as a configuration option in a future release. 

Kiran_Rupali
Occasional Contributor

Thank you for the update ! This will be very helpful for us and we will end up using more of the instant apps.

-Rupali

0 Kudos