Hi everyone,
I have a question regarding displaying popups in a webmap configured on ArcGIS Enterprise Portal, specifically using the ArcGIS Swift SDK 200.x. We followed the tutorial provided here: https://developers.arcgis.com/swift/sample-code/show-popup/, and while showing the popup itself is working fine, we are encountering some issues with configuring the popups for layer features within the webmap.
No matter what configurations we make for a popup (with "list of field attributes") in the ArcGIS Enterprise Portal, they seem to be ignored in the iOS app. However, the configurations work correctly in the web viewer. Does anyone have any ideas why this might not work out of the box in the iOS app? Could this be a bug?
Additionally, a "Fields" dropdown always appears for the attributes. Is there a way to remove this dropdown and display the attributes directly without it or do we have to implement custom solution for that?
Thanks!
Marvin