Hi all
I’m using Bubble’s native mobile builder and trying to capture video and upload it to a file manager. I managed to do this using the Camera Capture for Mobile plugin along with a Base64 uploader. However, this process is very slow and causes the app to lag while uploading.
I also tried moving this to a backend workflow, but sending the Base64 file still seems to take a long time. Is there a faster way to handle this—perhaps by using the plugin’s URI instead?
Thanks for your help!