How to I disable "Don't show this again" on Introduction window within the Sidebar Instant app?
In webapp builder there was options for a Splash Screen
Did you ever figure out a way to disable that? We also need the information window to show every time the map loads.
Not yet, I asked about it at the Esri UC 2024. Hopefully, it will be an option soon.
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.
Thank you for the update ! This will be very helpful for us and we will end up using more of the instant apps.
-Rupali