|
POST
|
@AndreaRoskelley We updated the app so your gallery app should now open your survey links correctly.
... View more
07-09-2026
08:56 AM
|
1
|
1
|
132
|
|
POST
|
@masslc a fix for this went in so your app should be working as expected now.
... View more
07-09-2026
08:55 AM
|
0
|
0
|
122
|
|
POST
|
@AndreaRoskelley thanks for the link that helped us to see the issue. We are working on a fix for this and will post back here when its ready
... View more
07-07-2026
09:59 AM
|
0
|
0
|
148
|
|
POST
|
@AndreaRoskelley is your category gallery app public? If so can you share the link so we can take a look and see why its behaving differently in Gallery?
... View more
07-07-2026
09:02 AM
|
0
|
1
|
157
|
|
POST
|
@buliabones this issue is fixed in the app now so your original url should work as expected. https://pimamaps.maps.arcgis.com/apps/instant/nearby/index.html?appid=cd5d20f43311435f8563105af25299f4&sliderDistance=5&distance=5
... View more
07-07-2026
08:33 AM
|
0
|
1
|
284
|
|
POST
|
Ok I found the link but can't repro the issue with the app. Maybe its only happening with some parcels? https://gslmsd.maps.arcgis.com/apps/instant/lookup/index.html?appid=f5e278bab0ac43108ff0d3250f26b517#find=1224%20E%2010600%20S Update: After more testing I was able to reproduce the issue and I'm looking into it now.
... View more
07-06-2026
12:34 PM
|
0
|
0
|
159
|
|
POST
|
@buliabones I have a fix for this that should go out soon. I'll let you know when its available.
... View more
07-06-2026
12:33 PM
|
0
|
0
|
243
|
|
POST
|
@masslc thanks for the link to your Experience builder app how do I access zone lookup from there? I clicked the parcel link in this popup and it took me to the CAMA data. Is there another link I need to click to get to Zone Lookup?
... View more
07-06-2026
12:24 PM
|
0
|
1
|
162
|
|
POST
|
@masslc is your app public? If so can you share it so we can take a look? Also can you share the configuration options you have set in the Zone Lookup section under options? I'm mostly curious about the search type you've selected and the layers that have been configured depending on the search type (For a zone or Features within a zone).
... View more
07-06-2026
11:17 AM
|
0
|
1
|
169
|
|
POST
|
@EGlenn1 no its not. We just added it as a temporary fix for the Nearby app since it had a re-design this release. That url will no longer work after the next release of Online.
... View more
07-06-2026
11:13 AM
|
2
|
0
|
104
|
|
POST
|
Here's an example of side by side results. Note this probably needs some cleanup but is an example of styling the output. @media print {
.instant-apps-export-print.instant-apps-export-print__pdf {
display: grid !important;
grid-template-columns: minmax(0, 2fr) minmax(260px, 1fr) !important;
gap: 16px !important;
align-items: start !important;
height: auto !important;
min-height: 0 !important;
max-height: none !important;
overflow: visible !important;
}
.instant-apps-export-print__view-container {
grid-column: 1 !important;
grid-row: 1 !important;
height: auto !important;
overflow: visible !important;
}
.instant-apps-export-print__legend-container {
grid-column: 2 !important;
grid-row: 1 !important;
margin: 0 !important;
max-height: none !important;
overflow: visible !important;
}
.instant-apps-export-print__content-container {
grid-column: 1 / -1 !important;
grid-row: 2 !important;
display: block !important;
/* Start results on page after map */
break-before: page !important;
page-break-before: always !important;
overflow: visible !important;
max-height: none !important;
}
#printPopupInfo {
column-count: 2 !important;
column-gap: 18px !important;
column-fill: auto !important;
}
/* Keep heading with the next result card */
#printPopupInfo > h2 {
margin: 0 0 6px 0 !important;
break-after: avoid-column !important;
page-break-after: avoid !important;
-webkit-column-break-after: avoid !important;
}
#printPopupInfo > h2 + .popup-content {
break-before: avoid-column !important;
page-break-before: avoid !important;
-webkit-column-break-before: avoid !important;
}
/* Cards */
#printPopupInfo > .popup-content {
display: inline-block !important;
vertical-align: top !important;
width: 100% !important;
max-width: 100% !important;
margin: 0 0 12px 0 !important;
/* Allow pagination so all results print */
break-inside: auto !important;
page-break-inside: auto !important;
-webkit-column-break-inside: auto !important;
}
/* Prevent wide table cells from blowing up the column width */
#printPopupInfo .esri-widget__table {
width: 100% !important;
table-layout: fixed !important;
}
#printPopupInfo th,
#printPopupInfo td {
white-space: normal !important;
overflow-wrap: anywhere !important;
word-break: break-word !important;
}
#printPopupInfo .esri-feature,
#printPopupInfo .esri-feature__size-container,
#printPopupInfo .esri-feature__main-container,
#printPopupInfo .esri-feature__content-node,
#printPopupInfo .esri-feature__content-element {
width: 100% !important;
max-width: 100% !important;
min-width: 0 !important;
}
}
... View more
07-02-2026
04:46 PM
|
0
|
0
|
160
|
|
POST
|
@MLG-GIS yes its possible - but it can be tricky. Can you show me what your popup looks like in the ArcGIS Online Map Viewer so I can understand the issue where the content precedes the titles? That part may be a bug. We do want to add additional support for layouts in the export but we do not have a time frame for when this capability will be available.
... View more
07-02-2026
04:02 PM
|
0
|
0
|
160
|
|
POST
|
@buliabones We are working on a fix but in the meantime you can update your experience builder app to change the path to the app from nearby to nearby_orig which will default to the old version of Nearby. Here's the url. https://pimamaps.maps.arcgis.com/apps/instant/nearby_orig/index.html?appid=cd5d20f43311435f8563105af25299f4
... View more
07-02-2026
01:48 PM
|
0
|
3
|
321
|
|
POST
|
Thank you for the link. I can reproduce the issue and we'll work on getting this resolved.
... View more
07-02-2026
11:17 AM
|
1
|
0
|
324
|
|
POST
|
@buliabones is the app public? If so can you share the link so we can take a look? If it is not public you can open a ticket with Esri support services to work with them to try and create a reproducible test case.
... View more
07-02-2026
09:16 AM
|
0
|
3
|
372
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 3 weeks ago | |
| 1 | 3 weeks ago | |
| 2 | 4 weeks ago | |
| 2 | 4 weeks ago | |
| 1 | 07-09-2026 08:56 AM |
| Online Status |
Offline
|
| Date Last Visited |
yesterday
|