On a mobile web app, I can ask users to upload photos from their camera using an input element, ie:
<input type="file" accept="image/*" >
On Android and iOS, having the user interact with such an element triggers a flow which looks very different but has the same steps:
what i am wondering is whether we can listen to the event when the user actually takes a picture - not just the one when they enter the flow, or when the input receives the change event.
The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.