|
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
|
1769
|
|
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
|
1403
|
|
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
|
1826
|
|
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
|
1409
|
|
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
|
1410
|
|
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
|
1868
|
|
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
|
1419
|
|
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
|
1256
|
|
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
|
748
|
|
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
|
786
|
|
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
|
672
|
|
POST
|
This is not currently possible in the apps but its something we could look into for a future release. In Nearby and Lookup there is an option to add a "Use my location" button the the intro window that makes the current location option more visible. https://jsapi.maps.arcgis.com/apps/instant/lookup/index.html?appid=b3ba72a9a2b94f50bc89f0e048991107 Which app(s) are you using where you'd like to see this functionality?
... View more
03-25-2025
10:27 AM
|
0
|
1
|
1377
|
|
POST
|
We currently do not have support for this in the apps but we can look at adding support for this behavior in a future release. Would you want a custom icon? Or just an icon that more accurately reflects the app? Same with the displayed name - would the app header title be appropriate in your case?
... View more
03-25-2025
10:00 AM
|
0
|
1
|
1608
|
|
POST
|
We used to provide the apps on GitHub but then we made some optimizations to share resources between apps and it became time consuming to make the necessary changes to ensure the apps would run as standalone apps so we no longer share the code publicly . Which app are you looking to download? I'm also curious why you want to download the app? Is it to host it on your own web server? Are there changes you want to make that are not possible in the out of the box app? The answers to these questions will help us prioritize updates made to the apps in the future.
... View more
03-17-2025
08:42 AM
|
0
|
0
|
528
|
|
BLOG
|
If you are attending the Developer and Technology summit check out these sessions to learn more about Instant Apps. We'll also be available in the showcase to chat with you and answer any questions you might have about our apps. We'd also love to see any Instant Apps that you've created so feel free to come by and show off your app!
... View more
03-03-2025
12:31 PM
|
4
|
0
|
383
|
| 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 |
Wednesday
|