|
POST
|
@MaryBethEllis The Oriented Imagery viewer tool is still available in the 3D Viewer instant app. You can disable express mode and find it in the Interactivity section or use the search tool within the app configuration to find and enable the tool.
... View more
10-23-2025
12:52 PM
|
1
|
0
|
444
|
|
POST
|
This is available in ArcGIS Online now. You can use the "Require confirmation" option and supply custom text
... View more
10-23-2025
12:03 PM
|
0
|
1
|
662
|
|
POST
|
Is this the basic or media app? If so you can go to the legend configuration and select the "Classic" option
... View more
10-22-2025
02:49 PM
|
0
|
0
|
470
|
|
POST
|
@MichaelDuBois yes that would be helpful. In the meantime we can try to reproduce it with test data.
... View more
10-10-2025
03:32 PM
|
0
|
0
|
1080
|
|
POST
|
This sounds like an issue we already have reported and we have an update for this going into the next release of ArcGIS Online.
... View more
10-10-2025
03:31 PM
|
0
|
1
|
703
|
|
POST
|
Is your app publicly available? If so I'd be happy to take a look.
... View more
10-10-2025
08:52 AM
|
0
|
1
|
1098
|
|
POST
|
It's coming in the next release of ArcGIS Online. You'll be able to configure the intro window to require acknowledgement before closing the window.
... View more
10-10-2025
08:50 AM
|
0
|
1
|
713
|
|
POST
|
In the current version of the app it is waiting for the layers to load before adding things like search, legend etc. We've modified the app code to no longer do this so the behavior should improve after the next release of Online. To try and find a solution that will work for you now I took a look at the network traffic it seems to be the Oregon FishHabitatDistribution layer that is taking a while to load. I created a copy of your map removed and re-added the layer via the Add from URL option and in my test app here I no longer see the slowdown. Can you test this link and see if the behavior is improved on your end? https://jsapi.maps.arcgis.com/apps/instant/basic/index.html?appid=1277e43bbe734f3393a1efabd83cc776
... View more
10-08-2025
09:21 AM
|
0
|
1
|
307
|
|
POST
|
Great info thanks for sharing. One quick caveat about adding animation to your site is that it can cause accessibility issues. Some users have motion sensitivity and others find it a distraction - some of these users set prefers-reduced-motion on their computer to let web apps that honor this setting know that they prefer less animation on the site. You could update your css to respect this by modifying your css to check for prefers-reduced-motion here's an example: @media (prefers-reduced-motion: no-preference) {
@keyframes pulse-scale-glow {
0% {
transform: scale(1);
box-shadow: 0 0 0 0 rgba(255, 0, 0, 0.9);
}
50% {
transform: scale(1.05);
box-shadow: 0 0 0 15px rgba(255, 0, 0, 0);
}
100% {
transform: scale(1);
box-shadow: 0 0 0 0 rgba(255, 0, 0, 0);
}
}
calcite-button[slot="footer"] {
--calcite-color-brand: red;
--calcite-font-weight-normal: bold;
animation: pulse-scale-glow 2s infinite;
}
calcite-button[slot="footer"]:hover {
animation-play-state: paused;
}
}
... View more
10-06-2025
09:27 AM
|
0
|
1
|
327
|
|
POST
|
Which app are you looking at and which version of Enterprise?
... View more
09-29-2025
01:10 PM
|
0
|
2
|
1091
|
|
POST
|
I think it will be ok after the release but I’ll do some testing and update this thread.
... View more
09-25-2025
10:33 AM
|
0
|
0
|
1347
|
|
POST
|
Actually took a closer look and there is a typo in the css I posted earlier. It also doesn't account for the header. Can you try this instead: .esri-view-width-xsmall .esri-popup--is-docked-top-center, .esri-view-width-xsmall .esri-popup--is-docked-bottom-center {
height: 100vh;
max-height: calc(100vh - 50px);
z-index:1000;
bottom: 0;
top: 50px;
position: relative;
}
... View more
09-25-2025
09:25 AM
|
1
|
1
|
1274
|
|
POST
|
Ok we have to move the top property down a bit so that it isn't behind the header and there was also a typo in the original css. Here's the revised css .esri-view-width-xsmall .esri-popup--is-docked-top-center, .esri-view-width-xsmall .esri-popup--is-docked-bottom-center {
height: 100vh;
max-height: calc(100vh - 50px);
z-index:1000;
bottom: 0;
top: 50px;
position: relative;
}
... View more
09-25-2025
09:24 AM
|
0
|
2
|
1355
|
|
POST
|
Media and Basic are the same code behind the scenes so the CSS in that other thread should help. Let me know if its not working as you'd expect.
... View more
09-25-2025
09:09 AM
|
0
|
1
|
1359
|
|
POST
|
Can you share an image of what you are seeing? I'd like to try and find a temp fix for the missing close button
... View more
09-25-2025
08:56 AM
|
0
|
2
|
1279
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 03-31-2026 08:27 AM | |
| 1 | 03-26-2026 09:07 AM | |
| 1 | 03-26-2026 10:11 AM | |
| 1 | 03-24-2026 02:23 PM | |
| 1 | 03-17-2026 02:50 PM |
| Online Status |
Offline
|
| Date Last Visited |
yesterday
|