|
POST
|
This might be a case for Experience Builder . The Crowdsource Manager configurable app didn't allow the addition of custom JavaScript either. What capability in Crowdsource Manager do you see missing in Manager?
... View more
08-07-2024
09:48 AM
|
0
|
1
|
1239
|
|
POST
|
It is not possible to have the instant app run custom javascript when the Update button is pushed.
... View more
08-07-2024
09:01 AM
|
0
|
1
|
1263
|
|
POST
|
@NataliyaLys I tested both apps on my iPhone15 and they worked for me. I also tested an iPhone 13 and 14 using a simulator and it was ok there too. Can you tell me a bit about the devices you are testing with and the issue you are seeing on mobile?
... View more
08-06-2024
09:27 AM
|
0
|
1
|
1965
|
|
POST
|
Did you try the fix listed in the comment above this one? If that doesn't resolve the issue can you share your app link if its public? If it isn't public can you tell me a bit more about the capabilities you've enabled in the app?
... View more
08-05-2024
03:26 PM
|
0
|
0
|
2045
|
|
POST
|
Have you enabled this option in the configuration? "Enable pop-up for layers not included in results" If so and if it doesn't work when clicking on a point feature is your map or app public? If its public can you share it?
... View more
07-26-2024
09:38 AM
|
0
|
2
|
1217
|
|
POST
|
The Layer List component is available in both Nearby and Zone Lookup now.
... View more
07-24-2024
08:18 AM
|
1
|
0
|
1744
|
|
POST
|
I played around with it a bit and due to the way the elevation component is contained in the expand its tricky (and might not be doable) with just custom CSS. But we are planning to enhance the component for the fall release of ArcGIS Online to add an option to dock the container for the profile widget to the bottom or top of the app when its open so keep an eye out for that later this year.
... View more
07-23-2024
10:25 AM
|
0
|
1
|
2662
|
|
POST
|
@BruceRiesterer you can use the position manager in the app configuration and drag the elevation profile button to the bottom right corner. Then when you open the profile tool it will be in that corner.
... View more
07-23-2024
09:16 AM
|
0
|
3
|
2670
|
|
POST
|
You can use the custom CSS option in the app configuration to make the elevation profile window wider. To do this configure the app and navigate to Theme & Layout > Theme then find the Custom CSS and use the edit option to add this css to the app. .profile-container , .esri-elevation-profile.esri-widget.esri-widget--panel{
width:60vw;
} In the example above we use viewport units (vw) which will set the elevation profile panel to be 60% of the viewport (browser window) width. You can modify that number to fit your needs. Here's an example of how it looks in action
... View more
07-22-2024
04:10 PM
|
0
|
1
|
2698
|
|
POST
|
Ok I see now you are using the Sidebar app not Zone Lookup. In Sidebar only the visible feature in the popup panel is exported so if you used the arrow keys to move to feature 2 then clicked export that popup should print - although it looks like sometimes the additional feature isn't exported. I"ll look into that issue. But if you want all popup content to display you can go into the app configuration then go to Sidebar and choose "Accordion panel" this will show the popup content in a series of accordion panels and if you choose this view then all the popup content displayed in the side panel should print. Here's a test version of your app so you can test this behavior before trying it out in your app: https://jsapi.maps.arcgis.com/apps/instant/sidebar/index.html?appid=60e3d84956f247bcb017eb6f1077e665 While in the configuration you might also want to go to the About section and turn off "Custom header". It looks like this is enabled but custom header content is not provided and it is causing the share and export icons in the header to be misaligned.
... View more
07-22-2024
04:02 PM
|
0
|
0
|
3016
|
|
POST
|
I just ran a quick test and cannot reproduce the issue where only one popup prints. In this test app if you draw a polygon and select multiple features then click export all the popup content is displayed in the exported pdf. https://jsapi.maps.arcgis.com/apps/instant/lookup/index.html?appid=946dc8ac0aec4c519cadeee841ebf1bc For the hyperlink issue I'll have to do some research and see if its possible to ensure they are clickable with JavaScript but a quick search shows that you can make them "clickable" using Adobe Acrobat. https://www.adobe.com/acrobat/hub/add-hyperlink-to-pdf.html
... View more
07-22-2024
09:28 AM
|
0
|
0
|
3023
|
|
POST
|
Posting the link to the support bug for this issue in case anyone else runs into the problem. https://support.esri.com/en-us/bug/in-the-arcgis-instant-apps-sidebar-template-setting-up-bug-000159016
... View more
07-16-2024
09:23 AM
|
0
|
0
|
1442
|
|
POST
|
@Tiff we did some testing on the issue with your second bullet and we are not able to repro the accessibility violation with the slider. We tested with a screen reader and it reads out the "Search Distance Slider". I also took a look at the slider using the Accessibility developer tools in Chrome and the slider does have text associated along with the number. I've attached screenshots showing the output of Voice Over screen reader and the accessibility tools.
... View more
07-16-2024
09:16 AM
|
0
|
0
|
3218
|
|
POST
|
You can use the keyboard only to search for an location by an address. However if you want to manually place a pin on the map then you need to use a mouse. We are exploring options for positioning map locations on the map without the use of a mouse. The last two issues are things we'll need to address in the app itself. We will look at this updates for the fall release of ArcGIS Online.
... View more
07-11-2024
11:08 AM
|
0
|
0
|
3251
|
|
POST
|
You should be able to align the button using this css calcite-action.directions-button.left.calcite-mode-light.zoom-action:after {
color:#007ac2;
content: "Zoom";
background: #fff;
width: 80px;
line-height:48px;
}
... View more
07-09-2024
11:39 AM
|
0
|
1
|
3273
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 03-31-2026 08:27 AM | |
| 1 | 03-26-2026 09:07 AM | |
| 1 | 03-26-2026 10:11 AM | |
| 1 | 03-24-2026 02:23 PM | |
| 1 | 03-17-2026 02:50 PM |
| Online Status |
Offline
|
| Date Last Visited |
Tuesday
|