Action views on mobile devices
Action views are rendered following mobile specific standards.
Action views in the front-end chromebar
The default action views of the action panel, ring menu panel and the toolbar action views are by default displayed in the chromebar, to adapt to mobile device GUI standards.
This can be controlled with presentation style attributes.
For more details, see Action views in chromebar.
Physical "Back button"
The physical "Back button" on an Android and iOS device is considered a default action view for the close, cancel, or accept
action of the current dialog:
- If a
closeaction is defined and active, it is assigned to the back button. - If no active
closeaction exists in the current dialog, but thecancelaction is defined and active, it is assigned to the back button. - If neither
closenorcancelactions are defined / active, but theacceptaction is defined and active, it is assigned to the back button.