Hi all, first of all I’m loving the new native mobile feature.
I have a question regarding the camera. As part of my onboarding process I ask the user to take a selfie then I analyze that photo.
When I use the native camera, it takes around 40 seconds to upload the image as you can see below:
When I check my DB, the image size seems to be 4-6MB which is an overkill, is there any way I can reduce this to like 500-600kb?
Second challenge is, I need to trigger another step after the image is captured, how can I do that? because once the image is captured I will send the user to another page.
I tried to check the forums to see if I can do a workaround, or if there’s any plugin that I can install but I couldn’t find anything yet.