Screen Capture
Overview
The Screen Capture plugin adds a button to the form interface that allows users to capture and download a screenshot of screen. This feature enhances the interactivity of forms by enabling users to save visual representations of the screen contents.It can also use Web Share API on supported device, e.g. smartphones to share data.
Usage
To use the Screen Capture plugin, follow these steps:
-
Add Custom Property: Add a custom property
show_capture
with a value oftrue
in the screen's custom properties where you want to show the capture button. -
Optional Customization: Optionally, you can define a custom property
button_title
with the desired title for the capture button. If not provided, the default title is "Screenshot". -
Sharing: On supported devices, it can utilize Web Share API to share screenshot via apps. To enable this setting, set custom property
share_if_supported
totrue
and optionally set custom propertiesshare_title
andshare_text
with desired values.
Benefits
- Allows users to capture and download screenshots of screen contents.
- Enhances form interactivity and user experience.
- Supports customization of the capture button title.
- Facilitates the visualization and sharing of form data.
By following these steps, you can effectively integrate and utilize the Screen Capture plugin to enhance the functionality of your forms.