Skip to content

v200.5.0 release

Latest
Compare
Choose a tag to compare
@sorenoid sorenoid released this 01 Aug 19:04
0e54056

Enhancements in 200.5

Feature Form

The Feature Form toolkit component now supports attachments. You can download and view existing attachments for a feature. You can also collect new attachments such as images or videos from the camera or photos library, or other types of files on the device. You can also delete or rename existing attachments.

Popup

The composable Popup toolkit component displays a popup for an individual feature. This includes showing the feature's title, attributes, custom description, media, and attachments. ArcGIS Online Map Viewer allows users to create a popup definition by assembling a list of "popup elements". Popup toolkit component supports the display of popup elements created by the Map Viewer, including Text, Fields, Attachments, and Media (Images and Charts). The component also supports dynamically updating the elements for dynamic entities.

Callout

The composable Callout toolkit component can be used to display information on the composable Mapview. Callout can hold text or any other composable UI component within it. The callout can be passed as a lambda to the content parameter of the composable Mapview. Callout also supports dynamic entities by adjusting the leader position as the location of a dynamic entity changes.

Callout's container size, color, border thickness, and leader position can be customized using CalloutColors and CalloutShapes.

Issues resolved

  • Authenticator: Submitting empty username/password breaks authentication.
  • Authenticator: Toolkit Authenticator BackHandler intercepts system back button on resume.