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
yesterday
|
2
|
0
|
28
|
POST
|
On the app's item page if you look at the url does it have an appid appended? ess.maps.arcgis.com/apps/configure-template/index.html?appid=0cbd7147df5a46f592af869cb21df603
... View more
yesterday
|
0
|
1
|
12
|
POST
|
@PaulCone2 looks like its failing because the active locator is Portland Address Suggestions and it doesn't support the reverse geocode operation that happens when you click the map. So for the active locator for that area the click doesn't return any results. If you switch to All or Centerline the click works.
... View more
a week ago
|
0
|
1
|
25
|
POST
|
Same question do you have a public version of your app you can share so we can test? Are you using custom locators?
... View more
2 weeks ago
|
0
|
0
|
69
|
POST
|
Do you have a public version of your app we can test? I get prompted for authentication using the link you shared.
... View more
2 weeks ago
|
0
|
1
|
70
|
POST
|
This should do what you need. calcite-accordion{
--calcite-accordion-item-header-background-color:#002856;
--calcite-accordion-item-heading-text-color:#fff;
--calcite-accordion-item-expand-icon-color: #fff;
--calcite-font-weight-medium:600;
} Just wanted to add that for all CSS changes the tooltip in the config panel says the following - so releases of online could make tweaks to this css necessary. Customize the appearance using Cascading Style Sheets (CSS). Warning: Release updates for the source template may impact your app's custom CSS
... View more
3 weeks ago
|
0
|
0
|
52
|
POST
|
Also maybe try this: .sidebar-splash-panel.calcite-mode-light{
--calcite-color-brand:green;
}
... View more
3 weeks ago
|
0
|
0
|
52
|
POST
|
Enterprise? If so which version? Or ArcGIS Online. If your app is public can you send me the url so I can take a look?
... View more
3 weeks ago
|
0
|
1
|
54
|
POST
|
@LizaMarkey which instant app are you using and I can take a look. You also can try this: instant-apps-splash{ --calcite-color-brand:orange;}
... View more
4 weeks ago
|
0
|
3
|
63
|
POST
|
The dev tools option is great for testing but those values do not persist. To persist it in the application you can paste it into the custom css panel in the configuration experience. It can be found in Theme & Layout > Theme > Custom CSS
... View more
01-17-2025
11:55 AM
|
1
|
0
|
89
|
POST
|
Not sure if this will do the trick but you can try the following custom css .esri-widget__table{
line-height:1em;
}
... View more
01-17-2025
09:26 AM
|
0
|
2
|
92
|
POST
|
I'm not familiar with notebooks so I'm not sure if you can interact with app data that way. The configuration values for all apps are stored with the portal application item data so if you are able edit the app data then it would be possible: https://developers.arcgis.com/rest/users-groups-and-items/item-data/ If it seems possible via notebooks feel free to reach back out and we can give you info on how to add the cover page settings to the data.
... View more
01-17-2025
09:23 AM
|
0
|
0
|
52
|
POST
|
Is your app public if so can you share the link? If not can you check the custom css config box and see if you have any custom css there. Also are you on Enterprise or Online? If Enterprise which version?
... View more
01-17-2025
09:17 AM
|
0
|
1
|
111
|
POST
|
Yes it was fixed. What are you trying to change? It can be tricky and require CSS knowledge to know how to modify something. Here's an example where I added this css to make the "Report an Incident" button to turn it orange. calcite-button{
--calcite-color-brand:orange;
} https://jsapi.maps.arcgis.com/apps/instant/reporter/index.html?appid=a7b33cdbd212498ca19d0c67e9f7ecc1
... View more
01-15-2025
02:08 PM
|
2
|
1
|
100
|
POST
|
l'll take a look. Looks like your popup is showing the field/attribute values is that correct? Just want to make sure I look into the proper css you can potentially use to modify this.
... View more
01-15-2025
09:12 AM
|
0
|
1
|
103
|
Title | Kudos | Posted |
---|---|---|
2 | yesterday | |
1 | 01-17-2025 11:55 AM | |
2 | 01-15-2025 02:08 PM | |
1 | 12-30-2024 02:15 PM | |
1 | 01-19-2022 08:59 AM |
Online Status |
Offline
|
Date Last Visited |
yesterday
|