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.
Do you have any idea when it will be available on the enterprise? I have tried there, but it didn't work.
Which app are you looking at and which version of Enterprise?
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.
By the way, I found out the calcite version I have here: 3.2
Thank you for the update ! This will be very helpful for us and we will end up using more of the instant apps.
-Rupali