Hi Guys,
Is it possible in adalo for a user to take a picture on his/her mobile and upload it to the Database on button push ?
I am looking at a user who is in an auto accident uploading a picture of the damage to a garage as part of booking an appointment to bring the car in !
The image picker component will do this natively on a mobile device. It will ask the user if they want to upload an already existing image, or to use their camera to take one.
I have this working now by adding a field “Upload a Picture of damage” (File Picker component) and the user just picks that from their phone pictures or desktop pictures etc
Video worked for me. Did it via file upload + plyr videoplayer component.
NB: tested this on App preview (MacOS / Chrome + .mov video) and on iPhone PWA (iOS 13 + .mov video stored in Photos). So on iPhone the PWA opened in Safari.
Not sure how this will work on Android & native iOS app