|
POST
|
@Tiff unfortunately its not possible to update that behavior outside the release cycle. So a fix will have to wait for the next Online release. The issue is that when the popup option is enabled it is using the popup zoom behavior which will continue to zoom in when clicked. Another alternative is to disable the popup option and enable search scale and set a search scale to use to zoom to. However in that case it'll zoom to the same scale for points, lines, polys etc so you might end up zoomed in too far for other features.
... View more
04-23-2025
12:20 PM
|
0
|
2
|
2068
|
|
POST
|
Strange I haven't seen this behavior before. If you look at the item details page for your app in ArcGIS Online in the bottom underneath Credits/Attribution you should see the url does that url contain the find parameter?
... View more
04-23-2025
12:12 PM
|
0
|
0
|
328
|
|
POST
|
I don't see it listed twice in the demo app here: https://www.arcgis.com/apps/instant/atlas/index.html I also went through the steps to configure a new Atlas app and update the title and cannot reproduce. Is your app public? If so can you share? Or a screenshot?
... View more
04-23-2025
12:10 PM
|
0
|
2
|
2644
|
|
POST
|
@Tiff if you can log an issue via Esri support we can work on a fix for the next release of Online (due around the User Conference). In the meantime can you try this approach: 1. Enable the 'Enable pop-up on zoom' option in the configuration panel 2. Hide the popup that appears on the map using this CSS. .esri-popup__main-container.esri-widget{
display:none;} Let me know if that doesn't address the issue for you
... View more
04-23-2025
12:00 PM
|
0
|
4
|
2076
|
|
POST
|
@Tiff if it was working a week ago it is most likely a setting change. Have you made any configuration changes in the last week or so?
... View more
04-23-2025
11:47 AM
|
0
|
1
|
2081
|
|
POST
|
You can use the esri-view-outine-color to set the map outline color and you can use the #infoButton CSS here to set a different focus color for the info button .calcite-mode-light{
--calcite-color-focus:magenta;
}
.esri-view{
--esri-view-outline-color:magenta;
}
#infoButton{
--calcite-color-focus:yellow;
}
... View more
04-21-2025
11:45 AM
|
0
|
0
|
1612
|
|
POST
|
You can open the browser developer tools then look at the console section to see if there are any warnings about layers not loading. https://balsamiq.com/support/faqs/browser-console/ Also inspect your web map in the map viewer and ensure all layers are loading
... View more
04-21-2025
11:38 AM
|
1
|
1
|
2065
|
|
POST
|
Also make sure to test the color contrast of the focus outline with your apps theming to ensure it continues to meet accessibility standards.
... View more
04-21-2025
10:45 AM
|
1
|
0
|
1618
|
|
POST
|
Try this .calcite-mode-light{
--calcite-color-focus:magenta;
} Which app are you using? You can set specific styles for the links using something like this: a{
outline-color:magenta;
}
a:focus{
outline-style:inset;
}
... View more
04-21-2025
10:36 AM
|
1
|
1
|
1619
|
|
POST
|
Is your app public? If so can you share the app? One possible issue could be invalid layers in your map that could be preventing the widgets from loading.
... View more
04-21-2025
09:18 AM
|
0
|
3
|
2107
|
|
POST
|
If the app you are using supports custom CSS you can try setting this value to the color of your choice. --calcite-color-focus
... View more
04-21-2025
09:17 AM
|
0
|
1
|
1628
|
|
POST
|
You can also accomplish this with Instant Apps like the Media app or Sidebar. Here's an example of a Media map with the layer list and export tools enabled. https://jsapi.maps.arcgis.com/apps/instant/media/index.html?appid=30622885762f48b59bd71798b954756e
... View more
04-15-2025
08:17 AM
|
0
|
1
|
1456
|
|
POST
|
Is your app public? If so can you share the url so we can take a look?
... View more
04-14-2025
08:18 AM
|
0
|
0
|
885
|
|
POST
|
Can you go into your Sidebar app configuration and in the Sidebar section look for the Accordion panel option and make sure it is turned off. Then test your popups and see if they behave as expected.
... View more
04-03-2025
11:21 AM
|
0
|
0
|
923
|
|
POST
|
Looks like sidebar correct? Yes but the image above looks white to me (could be my monitor). I'm trying to determine if its the panel that is a different color or if its background to the content in the panel? Here's a sample app where i've modified the colors for both of those sections using obnoxious colors to make it easy to determine which you want to modify: https://jsapi.maps.arcgis.com/apps/instant/sidebar/index.html?appid=95f26b9abb834827a168f628c08d9695 Once you determine the color to change you can use the value #fff to set the color to white. #details{
background-color:magenta;
}
#details-panel{
--calcite-panel-background-color:yellow;
}
... View more
03-27-2025
02:35 PM
|
0
|
0
|
764
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 2 weeks ago | |
| 1 | 3 weeks ago | |
| 2 | 2 weeks ago | |
| 1 | 3 weeks ago | |
| 1 | 3 weeks ago |
| Online Status |
Offline
|
| Date Last Visited |
a week ago
|