|
POST
|
Thanks for the extra info. Unfortunately we can't change the selection color via css for that app. We are looking to expose a config option that will let you modify the selection symbology but I don't yet have a date on when that capability will be in the app.
... View more
09-30-2022
11:24 AM
|
0
|
1
|
3498
|
|
POST
|
@Anonymous User Basic doesn't support custom CSS since we are trying to keep that app config experience as streamlined as possible. The app referenced in this thread uses version 3.x of the JSAPI and media is using 4.x so the css won't work as expected. Can you provide a few details about what you want to modify? Is it the selection color?
... View more
09-30-2022
10:41 AM
|
0
|
0
|
3501
|
|
POST
|
Good morning That option is still available in the Zone Lookup Config. If you search for "hide map" you'll see it come up in the results. Alternatively you can navigate to it in the config by turning off the Express mode then going to Theme & Layout > Layout
... View more
09-20-2022
09:57 AM
|
1
|
1
|
952
|
|
POST
|
Erik provided me access to the test app and we were able to determine that the URL params don't work in Sidebar if a navigation boundary has been defined. This is a problem in the app that we'll address in the next update of ArcGIS Online.
... View more
09-14-2022
04:32 PM
|
1
|
1
|
3699
|
|
POST
|
I think you said your app wasn't public? Is your map? I'd be happy to take a look if you want to email me the link. ([email protected])
... View more
09-14-2022
01:03 PM
|
0
|
0
|
3701
|
|
POST
|
Are there any errors in the developer console? I wonder if its due to the spatial reference in your app?
... View more
09-14-2022
10:50 AM
|
0
|
4
|
5461
|
|
POST
|
The JSAPI isn't important its just the org name. I don't have a license param added? Just level and center. Can you try enabling the share component in your app? If you do that you can zoom to the location where you want to map then use share to copy the url - the share component will generate a url with the center,level for that zoom location. https://www.arcgis.com/apps/instant/sidebar/index.html?center=-118.1246;34.0892&level=14
... View more
09-14-2022
09:04 AM
|
0
|
6
|
9236
|
|
POST
|
They work for me in this test app: https://jsapi.maps.arcgis.com/apps/instant/sidebar/index.html?center=-118.1246;34.0892&level=14
... View more
09-13-2022
04:54 PM
|
0
|
9
|
9246
|
|
POST
|
Thanks for reporting this issue. We received feedback about this problem a few weeks ago and have a fix ready to go for the next release of ArcGIS Online.
... View more
08-24-2022
12:27 PM
|
0
|
1
|
838
|
|
POST
|
Currently - as you've discovered - it only returns features that are contained within the search polygon. Adding support for the app to be configured to support either intersects or contains is on our roadmap and should be available as a configuration option at the next release.
... View more
08-22-2022
04:33 PM
|
2
|
1
|
1556
|
|
POST
|
I ran some tests using a few sidebar apps I have that are already configured and was able to change the map and have the layers in other places in the config experience update. Can you try to re-select a new map but do so with the dev tools for your browser open and let me know if there are any console errors?
... View more
08-12-2022
09:30 AM
|
0
|
0
|
1604
|
|
POST
|
@RyanBohan Unfortunately when images are drag/dropped or copy/pasted they can sometimes be converted to base64 images and the editor used for updating the text doesn't correctly handle base64 data. You can tell if this is the issue on your end by clicking the source button then looking for the data:image as in the attached image. In this case you can still add images via a url using the image button in the editor. If you don't have a url to your images you can upload each image as an item in ArcGIS Online then copy the new url from the URL box on the bottom right of the item detail page. Here's an image I uploaded that you can use to test the process. https://www.arcgis.com/home/item.html?id=75ceb4015f9b4388a8f73538732a95b7 We are exploring options within the editor tool we use to see if we can improve this process in a future release.
... View more
08-11-2022
10:40 AM
|
0
|
0
|
2285
|
|
POST
|
Ryan Thanks for the feedback. We chose the export to pdf icon because the print icon is used in a few apps for the Esri print service widget. We are going to update the exhibit app icon to match that used by Sidebar and Nearby. It isn't currently possible to adjust the location of the export to pdf tool but with some custom CSS you can change the icon to a print icon. In the app configuration there is a theme section and at the bottom of that section there is an option to add custom css. Here's the css you can use to show a print icon. Note that depending on the theme of your app you might have to change the color value to something other than the value i set in the example which is white (#FFF). calcite-icon.pdf-share {
font-family: 'CalciteWebCoreIcons';
font-size: 18px;
line-height: 32px;
color:transparent;
}
calcite-icon.pdf-share:before {
content: "\e668";
color:#fff;
margin:0 1em 0 1em;
}
... View more
08-10-2022
10:50 AM
|
1
|
2
|
4678
|
|
POST
|
Thanks @StephenKing3 we are going to work on the popup/measure integration for the next update and will work to ensure the measure tool and popup no longer conflict.
... View more
08-09-2022
09:59 AM
|
0
|
0
|
2124
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 4 weeks ago | |
| 1 | 4 weeks ago | |
| 2 | 07-21-2026 09:30 AM | |
| 2 | 07-21-2026 08:35 AM | |
| 1 | 07-09-2026 08:56 AM |
| Online Status |
Offline
|
| Date Last Visited |
yesterday
|