Is it possible to access camera from within the fliplet app?
Hi Greg, you can use the Form component with a “Image upload” field to allow the user to take a picture from the camera:
You can then use our JS APIs for reading form data when the form is submitted. That will allow you reading the data about the image ther user has uploaded: Form Builder JS APIs | Fliplet Developers Documentation
Oh brill! I have wrongly assumed that, that option is only for uploading files from the storage… THANK YOU SO MUCH!