Form Actions
Set Focus on a Text Entry | Sets a text entry component to have the input focus. The onscreen keyboard (OSK) will be shown if appropriate. |
Set Select All on Focus | In a specified text entry component, this action can be used to switch on/off the ‘Select All on Focus’ property on that text entry. |
Submit Form | Set the selected form to be submitted when a user has completed it correctly. |
Share Image/Text | Shares an image and/or text message, using Android or iOS native sharing abilities. The image is generated from a component you supply, which can be a group to allow composing multiple components together into one image. If it’s an image component, the image will be used as-is; otherwise it will be scaled to the width parameter, and if the width parameter is zero then it will be the physical size of the component as currently displayed. On Desktop only a simulated sharing popup is shown, since Mac and Windows do not have well-established general purpose sharing mechanisms. Note: Many social media Platforms (such as Facebook) do not allow a combination of both text and image. Sharing an image only is the most compatible. |
Take Camera Photo | Uses the camera on webcam on the device to take a photo, and place it into an image component you supply. |