I have a webapp where users can fill out a form and take pictures. The input fields use the capture attribute, so the users can directly take a new photo. However, I would like them to take the photo but it should be also saved onto their smartphones (in their gallery) for example.
Users are operating using Android and IOS. What is the best way to achieve this?
Any tips are appreciated.
Thanks!