đ¸Native Camera
A native camera feature in your mobile app enhances the user experience by providing convenience, increased functionality, customization options, improved performance and quality.
đ§ Bubble.io Plugin
[Element] Natively - Camera
Events:
Camera Result Updated - get called after
File Uploaded - get called after the file was successfully uploaded on S3 (You can find a file URL in element's state)
File Size over limit - Triggered when file size is more then File Size Limit param
States:
Camera Result (Base64) - Base64 string representation of a file, can be used for custom uploading
Camera Result (Content Type) - image/png, image/jpeg or video/mp4
Uploaded File URL - Amazon S3 file URL
File Size - size of latest camera result file in KB
Actions:
Show Camera
Content Type - Photo or Video
Quality - Low, Medium, or High
Upload File - checkbox (Upload file to Amazon S3)
File Name - will be used if Upload File is checked
Camera Type - FRONT / BACK
File Size Limit - (in KB) prevent uploading big files to Bubble's amazon S3
đ JavaScript SDK
NativelyCamera
Last updated