I’ve been working on a feature for a #TurboNative app.
We want to allow folks to take multiple photos and upload them all together.
folks must be able to *capture* photos directly through the app, with no photos aren’t stored to their device camera roll (for Very Good Reasons)
We’re using the #Uppy dashboard to provide the core experience, which works pretty well; but the out of the box flow for taking a photo is three or so taps *per photo* on iOS, and doesn’t allow access to the camera on Android.
So tomorrow I am going to try and wrangle the Uppy Webcam plugin to see if it will let me take 3~8 photos in a row and upload them all at the end of the session.
If that doesn’t work, I may have to figure out how to pass messages between the web app and the IOS and android apps for native photo capturing and inject thise into Uppy…
😭😭😭
This feels complicated! `input type=“file” capture multiple` should be sufficient
😭😭😭
#Rails #JavaScript #Turbo #iOS #Android #WebStandards #Programming
