-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Description
Input nodes on mobile browsers support a capture
attribute that allows easy access to the camera and or microphone to take an image or make a short recording instead of a plain, old file-selector. Supporting this attribute would enable all sorts of cool mobile apps.
Here's a site with examples of each version: http://anssiko.github.io/html-media-capture/
On desktop browsers, it just defaults back to the regular file-picker. The inconsistency between mobile and desktop may absolutely be a reason not to do this.
Bringing this up because someone on Elm-slack specifically asked about how to capture images this way from a mobile browser, and the other way of doing it is a huge, painful workaround with a lot of port-side code.
Metadata
Metadata
Assignees
Labels
No labels