|
POST
|
Pop-ups do work in the sample Slider app. Is your app public if so can you share the link to test? https://www.arcgis.com/apps/instant/slider/index.html
... View more
2 hours ago
|
0
|
1
|
6
|
|
POST
|
@MadisonCamp This is the behavior when results are grouped by layer. The Nearby app supports setting all collapsed, all open or first one open and we do plan to offer this capability in the Zone Lookup app in a future release. If you do not need your results to be grouped by layer you can uncheck that box in the app configuration and all the results will be collapsed.
... View more
5 hours ago
|
0
|
0
|
22
|
|
POST
|
@CarstenLangeCpp We will work on fixing this at the app level in a future release. For now you should be able to set the font size to 16px or larger for mobile sizes by adding the following to the Custom CSS option during app configuration. @media (max-width: 767px){
.esri-search, arcgis-search {
--calcite-font-size-relative-base: 16px;
}
}
... View more
6 hours ago
|
2
|
1
|
21
|
|
POST
|
@AndreaRoskelley We updated the app so your gallery app should now open your survey links correctly.
... View more
2 weeks ago
|
1
|
1
|
75
|
|
POST
|
@masslc a fix for this went in so your app should be working as expected now.
... View more
2 weeks ago
|
0
|
0
|
80
|
|
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
2 weeks ago
|
0
|
0
|
91
|
|
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
2 weeks ago
|
0
|
1
|
100
|
|
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
2 weeks ago
|
0
|
1
|
211
|
|
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
2 weeks ago
|
0
|
0
|
117
|
|
POST
|
@buliabones I have a fix for this that should go out soon. I'll let you know when its available.
... View more
2 weeks ago
|
0
|
0
|
185
|
|
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
2 weeks ago
|
0
|
1
|
120
|
|
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
2 weeks ago
|
0
|
1
|
127
|
|
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
2 weeks ago
|
2
|
0
|
89
|
|
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
3 weeks ago
|
0
|
0
|
58
|
|
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
3 weeks ago
|
0
|
0
|
58
|
| Title | Kudos | Posted |
|---|---|---|
| 2 | 6 hours ago | |
| 1 | 2 weeks ago | |
| 1 | 3 weeks ago | |
| 2 | 2 weeks ago | |
| 1 | 3 weeks ago |
| Online Status |
Online
|
| Date Last Visited |
3 hours ago
|