Select to view content in your preferred language

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

1063
8
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

 

 

 

8 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. 

HenriqueRamos1984
Emerging Contributor

Do you have any idea when it will be available on the enterprise? I have tried there, but it didn't work.

0 Kudos
KellyHutchins
Esri Notable Contributor

Which app are you looking at and which version of Enterprise?

0 Kudos
HenriqueRamos1984
Emerging Contributor

I'm using the Enterprise 11.5, and trying to create a Portfolio and a 3D viewer. Both are working well, but we want to take off this check box, so the message will appear every time the user logs in.

 

0 Kudos
HenriqueRamos1984
Emerging Contributor

By the way, I found out the calcite version I have here: 3.2

0 Kudos
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