You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's possible wih HTML5 (tested on my Andoid 6) with: <input type="file" accept="image/*" capture="camera">
The fallback is a normal file input.
We should allow the user to censor personal information.
It would also be nice to process the image like e.g. Camscanner does (maybe better in backend).
The text was updated successfully, but these errors were encountered:
It's possible wih HTML5 (tested on my Andoid 6) with:
<input type="file" accept="image/*" capture="camera">
The fallback is a normal file input.
We should allow the user to censor personal information.
It would also be nice to process the image like e.g. Camscanner does (maybe better in backend).
The text was updated successfully, but these errors were encountered: