|
POST
|
We made some changes to the way related records are handled in Zone Lookup for the release that goes live tonight. Can you test your app tomorrow morning. If you still see issues with the way related records display can. you share a link to your app if its public?
... View more
06-26-2024
06:55 PM
|
0
|
0
|
1105
|
|
POST
|
@ArmstKP As Sarah pointed out we do have plans to enhance the configuration experience to let you modify the default text. We wanted to wait until we had a system in place to allow translation of those strings into multiple languages in place. We now have the ability to translate user defined strings in the app and will work on exposing these as configuration options later this year. In the meantime there is a "hacky" way that you can change the text you asked about if all you want to do is change it for one language. Custom CSS can be used to hide the existing text and use a CSS pseudo element to add in new text. Steps: 1. Configure your Sidebar App 2. Use the "Search settings" option to search the configuration for "Custom CSS" and click Edit 3. Paste the following CSS into the Custom CSS text area after replacing the "Your custom text goes here" with the text you'd prefer. #popupPanel .esri-widget__content--empty:after {
content: "Your custom text goes here";
}
.esri-widget__heading{
display:none;}
... View more
06-25-2024
01:27 PM
|
1
|
1
|
1217
|
|
POST
|
Can you provide an example of a search term that returns three duplicate results? I am testing and don’t see that behavior in my demo app. Also if I look at the web map in the ArcGIS Online Map Viewer it matches the app and looks like the image on the right. I do not see the map symbology looking like your image on the left in either the app or the map viewer.
... View more
06-12-2024
09:36 AM
|
0
|
10
|
3678
|
|
POST
|
It looks like your public app (the old one) is using a configurable app named Information Lookup. Zone Lookup is an updated replacement app for that older app. You'll need to configure it to have the behavior you would like. Based on your description I think you only want one layer to show so you'll want to go into the Zone Lookup configuration experience and in the Zone Lookup section choose Options then "For a zone" and select the layer that you'd like to be in the results.
... View more
06-11-2024
09:28 AM
|
0
|
13
|
3696
|
|
POST
|
Is it possible to share the map/app either the old version or new so I can take a look?
... View more
06-10-2024
11:17 AM
|
0
|
1
|
3717
|
|
POST
|
Looks like this is happening due to the Map Area configuration being enabled. I have an update for this that we'll work on getting out for the next release.
... View more
05-29-2024
10:03 AM
|
2
|
0
|
1320
|
|
POST
|
We've done some work for the upcoming release to better support chart content in the exported PDF. So this experience should be improved in the upcoming release of ArcGIS Online. If your web map is public can you share the link? Its always nice to have additional test cases to ensure the updated export is working with a wide variety of charts.
... View more
05-28-2024
04:53 PM
|
0
|
3
|
3711
|
|
POST
|
This is happening because the input field for the search widget has a font size of less than 16px. On the iPhone in that scenario the phone thinks the text is too small to read and zooms into that field. We have a fix for this in the next release of ArcGIS Online but you can fix it in your app now using the Custom CSS configuration option. You can find this setting in the Theme section and you can use this CSS to increase the font size. .esri-search__form .esri-input[type=text] {
font-size: 16px;
}
... View more
05-24-2024
11:46 AM
|
1
|
1
|
1374
|
|
POST
|
It has to be a feature layer. You could try adding the layer again to the map as a feature layer and then hiding it? We can look into adding support for Map Image Layers in a future release.
... View more
05-23-2024
10:26 AM
|
2
|
0
|
2121
|
|
POST
|
Is the property layer added to your map as a feature layer? Is your web map public? If so can you share the id and we can take a look?
... View more
05-23-2024
10:19 AM
|
0
|
2
|
2123
|
|
POST
|
What do you want to do with that location? There is an undocumented option to add the app center point if you are using the "search extent" option. This will add a link to the no results, pre results or post results text. You can test this out using the following steps: Open the config experience for Nearby or Lookup Go to the Text config section where you can define the no results, pre results and post results messages. Click the edit button to open the text editor and enter the source mode by pressing the "Source" button. Add a link (you could also do this via the link button but you'll still have to edit the source). Here's an example where we have the app url and append the center url param. <a href="https://www.arcgis.com/apps/instant/nearby/index.html?appid=705b775322e2400b9ebcaf8e2820e759&{center}" target="_blank">Link to app center</a> In the example above the crucial bit is the {center} value. The {center} placeholder will be replaced with the map's center point. You can use find the same way by specifying {find}. Note that in the example above we add center to the url by adding an ampersand in front of it. This is needed to ensure the parameter is added to the url. In this example we use & because the url already has a first url param added via the question mark. The "operators" section of this article explains when to use ? vs & if you aren't familiar with these options. https://help.alchemer.com/help/url-variables#:~:text=%2D%20The%20question%20mark%20identifies%20the,pair%20in%20the%20query%20string. Currently we support params for center and find.
... View more
05-15-2024
09:10 AM
|
0
|
0
|
1291
|
|
POST
|
You can increase the font size and bold the text by adding the following to the custom CSS config option: .esri-search__form .esri-input[type=text] {
font-size: 22px;
font-weight: bold;
}
... View more
05-13-2024
12:07 PM
|
0
|
0
|
1450
|
|
IDEA
|
And if you want to stick with Sidebar you can add this to the Custom CSS text box to hide the toolbar. You'll just want to make sure you ensure that you've selected the one panel you have in the "Select active panel content" dropdown. .tool-action-bar{ display:none; }
... View more
04-30-2024
09:46 AM
|
0
|
0
|
3723
|
|
IDEA
|
Have you looked at using Basic or Media instead? They do not have that sidebar and would be a good option for a simple app.
... View more
04-30-2024
09:39 AM
|
0
|
0
|
3728
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | a week ago | |
| 1 | a week ago | |
| 2 | 2 weeks ago | |
| 2 | 2 weeks ago | |
| 1 | 4 weeks ago |
| Online Status |
Online
|
| Date Last Visited |
5 hours ago
|