|
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
|
925
|
|
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
|
768
|
|
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
|
1686
|
|
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
|
1854
|
|
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
|
616
|
|
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
|
425
|
|
POST
|
So weird I can't get it to find the value in the Map Viewer sample. I spoke with a colleague and he looked into it and found that it seems like the result has an extra space between 02 and 041. If I add in an extra space the result is returned.
... View more
02-25-2025
10:45 AM
|
0
|
0
|
1480
|
|
IDEA
|
@JAVT how are you removing all content from the popup. If I go into the map viewer and remove the content from the popup then save the map, close it and reopen it the popup defaults to the list of fields. But if I add a text element, edit the text and just add a space then save it seems to respect that and will display the empty popup content in the Sidebar app. Here's an example: https://jsapi.maps.arcgis.com/apps/instant/sidebar/index.html?appid=c0f0d62c850341ee8c738bb9a94ce73d
... View more
02-21-2025
04:11 PM
|
0
|
0
|
1148
|
|
POST
|
It looks like the app uses this web map and the search doesn't return B 02 041 in the Map Viewer with that map either? You mentioned it was working in the map viewer - was that perhaps in another Enterprise? If so which version? https://www.arcgis.com/apps/mapviewer/index.html?webmap=f80a168e438d49988a1fd69f4e3c44c6
... View more
02-21-2025
03:26 PM
|
0
|
0
|
1496
|
|
POST
|
There are a lot of Instant Apps. If you look at the url of your app it will be something like /apps/instant/some name/index.html What is the name after instant in the url?
... View more
02-21-2025
12:47 PM
|
0
|
2
|
2406
|
|
POST
|
Sorry for the late reply I missed the notification. It is odd that there is so much whitespace in the results I've tested a few apps and can't reproduce. Can you send details for the config options you've selected in the Zone Lookup section of the configuration experience?
... View more
02-20-2025
02:05 PM
|
0
|
0
|
1763
|
|
POST
|
Not automatically but you could add that information to the info panel or splash screen. Most instant apps have an option to enable one.
... View more
02-20-2025
01:46 PM
|
0
|
0
|
565
|
|
POST
|
Is your map public? If so can you send it so we can take a look? Also can you send the details on how you've configured the search in the map search settings? Also is this in Enterprise (if so which version)? Or Online?
... View more
02-20-2025
01:35 PM
|
0
|
0
|
1503
|
|
POST
|
Is your map public? I am testing it out with a map that has images in the popup and can't reproduce. Also which app are you using?
... View more
02-20-2025
10:07 AM
|
0
|
4
|
2415
|
|
POST
|
We did have logic to hide the zoom controls on mobile but we are looking at a different approach in the future. You can add this to the Custom CSS section of the app configuration to ensure the zoom controls display on mobile .esri-zoom{
display:block !Important;
}
... View more
02-18-2025
09:38 AM
|
2
|
0
|
1361
|
| Title | Kudos | Posted |
|---|---|---|
| 2 | an hour ago | |
| 1 | 2 weeks ago | |
| 1 | 3 weeks ago | |
| 2 | 2 weeks ago | |
| 1 | 3 weeks ago |
| Online Status |
Online
|
| Date Last Visited |
3m ago
|