I would like to use Dash to prototype a minimum viable product for an iOS app. I want to use dash because I am pretty good at building dash apps and I do not have much skills in building iOS apps. Before partnering with an iOS developer I want to test out the concept.
Using bootstrap the UI really nicely translates into mobile. The one key feature I am trying to figure out is implementing a camera.
I need users to be able to click on a button that will open the iPhone camera. In the backend I need to write that image to a database. I found this code snippet that I think will do the trick (html - How to access a mobile's camera from a web app? - Stack Overflow):
<input type="file" accept="image/*" capture="camera">
What I am unsure of is how I pass this image into the dash app? Has anyone done something similar before?
1 post - 1 participant