Camera
This control starts the mobile camera to take a picture. For desktop browsers you will be able to upload a picture.
Special properties
Api Functions
Events
Example usage for onPictureTaken
Print picture
app.printBlob(app.getFieldValue("controlId"));Add picture to image control
app.setFieldValue(
"controlId image control",
app.getFieldValue("controlId camera control")
);Add picture to attachements
Last updated