|
POST
|
@Elizabeth_Burniston It's a bug in the app where (as you discovered) it's using the center of what it thinks is a rectangular extent. This only happens when the search is configured to use a polygon layer. I'll work on a fix for the next release of ArcGIS Online due out before the User Conference. In the meantime if you are able to use the ArcGIS World Locator as the search source until the fix is in place that should resolve the issue. Sorry and thanks for reporting the issue so we can put a fix in place.
... View more
04-26-2023
02:56 PM
|
1
|
5
|
2560
|
|
POST
|
@Elizabeth_Burniston is your app public? If so can you send me the link so I can investigate?
... View more
04-26-2023
11:21 AM
|
0
|
0
|
2572
|
|
POST
|
This is a known issue in instant apps that will be addressed in the next release of Online. In the meantime you should be able to edit text by following the instructions in this thread. https://community.esri.com/t5/arcgis-instant-apps-questions/nearby-instant-app-intro-panel-not-saving/m-p/1278911#M1754 Let me know if that doesn't address the issue for you.
... View more
04-18-2023
10:35 AM
|
2
|
1
|
2564
|
|
POST
|
Are you looking for the Basemap Toggle component or the Basemap Gallery? Both are available in instant apps you can search by app capabilities to find apps that support each component. Screenshot 2023-04-18 at 10.32.51 AM.png
... View more
04-18-2023
10:33 AM
|
0
|
0
|
1160
|
|
POST
|
Currently for numeric fields we show the slider. We'll look at the feasibility of adding optional dropdown support for numeric values in a future release.
... View more
04-17-2023
01:44 PM
|
1
|
0
|
1796
|
|
POST
|
Ok looks like the old legend config prop is hanging around for some reason. If you feel comfortable doing so you can remove it using the ArcGIS Assistant. I suggest making a copy of your app first and practicing on that copy before doing this in the production version. Here are the steps to edit your application JSON 1. Log-in to ArcGIS Assistant. 2. Find the app you want to edit then click it and choose "View Item JSON" 3. In the JSON editing panel click the Data tab then Edit JSON 4. Find the "legendConfig" section and remove it from the JSON "legendConfig": {
"style": {
"type": "card",
"layout": "side-by-side"
}
}, 5. Click Save the reload your app
... View more
04-17-2023
01:33 PM
|
0
|
1
|
2625
|
|
POST
|
Heather we changed that default behavior a few releases ago. Can you try going into your app configuration then disable the legend, save the app, then reenable the legend and see if it switches to the vertical behavior.
... View more
04-17-2023
01:02 PM
|
0
|
1
|
2638
|
|
POST
|
@HeatherWidlund Sorry for the confusion. The setting needs to be toggled on.
... View more
04-13-2023
02:57 PM
|
0
|
0
|
2415
|
|
POST
|
Can you try enabling prefers reduced motion as outlined in this post? https://community.esri.com/t5/arcgis-instant-apps-questions/zone-lookup-app-can-t-make-changes-to-the/m-p/1277128#M1745
... View more
04-13-2023
02:51 PM
|
0
|
2
|
2421
|
|
POST
|
This is a bug in the current release. It will be fixed in the next release of Online due out later this summer. In the meantime you can workaround this by adding the following CSS to the Custom CSS text box when configuring the app. @media screen and (max-width:859px){
.no-map #resultsPanel{
height:unset;
top:100px;
}
}
... View more
04-13-2023
10:34 AM
|
2
|
0
|
1317
|
|
POST
|
Sorry Ryan I was wrong. It needs to be toggled On for editing to work. I know you said you tried toggling it on but wondered if you could test again?
... View more
04-10-2023
08:10 AM
|
1
|
0
|
3397
|
|
POST
|
@RyanBohan in some cases it looks like this was happening when prefers reduced motion is enabled. You can test to see if this property is turned off using the instructions at the bottom of this article: https://a11y-101.com/development/reduced-motion
... View more
04-06-2023
10:19 AM
|
0
|
2
|
3417
|
|
POST
|
Looks like a bug in the way we handle selection for map image layers in the sidebar instant app. If you configure sidebar to not show the map in the popup then the selection will display. Here's an example: https://jsapi.maps.arcgis.com/apps/instant/sidebar/index.html?appid=7e696a1517334248b1534bcf17b461b2&locale=en-US We'll work on addressing the underlying issue in a future release.
... View more
03-22-2023
03:32 PM
|
1
|
0
|
2248
|
|
IDEA
|
@CoreyMetz we do have plans to add support for linear and area units at the next release. In the meantime if you are comfortable using a tool like AGO Assistant you can update the app data to set these values now. I recommend making a copy of your app first and testing out the steps there before editing your app. Here are the basic steps: 1. Open AGO assistant and log-in to your org 2. Navigate to your content and find the Sidebar app you want to edit 3. Click the app title then click the "View Item JSON" button 4. In the Edit JSON panel click the Data tab then click the "Edit JSON" button 5. Look for measure:true then add the following options to set the linear and area units. Screenshot 2023-03-17 at 3.59.59 PM.png 6. Save and test your app. Valid values for area and length units can be found in the SDK reference: https://developers.arcgis.com/javascript/latest/api-reference/esri-core-units.html#AreaUnit
... View more
03-17-2023
04:01 PM
|
0
|
0
|
2532
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 4 weeks ago | |
| 1 | 4 weeks ago | |
| 2 | a month ago | |
| 2 | a month ago | |
| 1 | 07-09-2026 08:56 AM |
| Online Status |
Offline
|
| Date Last Visited |
Friday
|