|
POST
|
Thanks for the link. We were able to reproduce the issue and will working on getting a fix out for this. In the meantime if you disable the "Open legend at start" option until the fix goes out you should be able to close the cover page on mobile devices. Once the fix goes in you can re-enable that setting
... View more
Tuesday
|
1
|
1
|
117
|
|
POST
|
I've tested with a sample app and can't reproduce on an iphone. Is your app public? If so can you share it? Here is the test app which is working for me. https://jsapi.maps.arcgis.com/apps/instant/media/index.html?appid=3205e45f82c64dbd8bb704f82b4f7891
... View more
Tuesday
|
0
|
3
|
138
|
|
POST
|
The issue with related records disappearing should be fixed in ArcGIS Online after the release on Wednesday night. Are you still seeing it in your app? If so is your app public and can you share the url?
... View more
a week ago
|
0
|
0
|
25
|
|
POST
|
Looks like a bug with some missing translation files I'll take a look.
... View more
a week ago
|
1
|
0
|
82
|
|
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
2 weeks ago
|
1
|
0
|
62
|
|
POST
|
This is available in ArcGIS Online now. You can use the "Require confirmation" option and supply custom text
... View more
2 weeks ago
|
0
|
1
|
22
|
|
POST
|
Is this the basic or media app? If so you can go to the legend configuration and select the "Classic" option
... View more
2 weeks ago
|
0
|
0
|
96
|
|
POST
|
@MichaelDuBois yes that would be helpful. In the meantime we can try to reproduce it with test data.
... View more
3 weeks ago
|
0
|
0
|
222
|
|
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
3 weeks ago
|
0
|
1
|
93
|
|
POST
|
Is your app publicly available? If so I'd be happy to take a look.
... View more
3 weeks ago
|
0
|
1
|
240
|
|
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
3 weeks ago
|
0
|
1
|
73
|
|
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
4 weeks ago
|
0
|
1
|
76
|
|
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
a month ago
|
0
|
1
|
72
|
| Title | Kudos | Posted |
|---|---|---|
| 2 | 08-13-2025 09:41 AM | |
| 1 | Tuesday | |
| 1 | 08-01-2025 10:08 AM | |
| 1 | a week ago | |
| 1 | 2 weeks ago |
| Online Status |
Offline
|
| Date Last Visited |
Tuesday
|