laptop and a wrench

Bug

In Collector for ArcGIS (iOS), the feature of the pop-up media does not display when the image URL contains a space or %20.

Zuletzt veröffentlicht: November 27, 2019 ArcGIS Collector
Bug-ID-Nummer BUG-000126192
EingereichtOctober 22, 2019
Zuletzt geändertJune 5, 2024
Gilt fürArcGIS Collector
Gefunden in Version19.1.0
BetriebssystemApple iOS
BetriebssystemversionN/A
StatusWill Not Be Addressed

Zusätzliche Informationen

This is expected behavior when including non-URL encoded spaces for the image URL within the popup media. In this scenario, since image names are being concatenated from an attribute field to a common URL, if/when the image name contains spaces, you can utilize Arcade expressions in the popup to encode them. Such as: if (Find($feature.PhotoNameField," ") < 0) // URL encode the string return UrlEncode(Text($feature.PhotoNameField)) or if (Find($feature.PhotoNameField," ") < 0) // or manually encode spaces return Replace($feature.PhotoNameField, " ", "%20", True) else return $feature.PhotoNameField

Schritte zur Reproduzierung

Bug-ID: BUG-000126192

Software:

  • ArcGIS Collector

Benachrichtigung erhalten, wenn sich der Status eines Bugs ändert

Esri Support App herunterladen

Weitere Informationen zu diesem Thema erkunden

Unterstützung durch ArcGIS-Experten anfordern

An den technischen Support wenden

Esri Support App herunterladen

Zu Download-Optionen wechseln