GitToTheHub commented on PR #937:
URL:
https://github.com/apache/cordova-plugin-camera/pull/937#issuecomment-3620556180
> Speaking personally, I'm not a fan of the camera plugin and I wish people
would just use `<input type="file" accept="image/*" capture>` and make the
browser handle it instead of us.
You are right, there are already HTML specifications to access the camera
and photo library. `<input type="file" accept="image/png, image/jpeg" />` would
give the possibility to access the photo library. Maybe this should be added to
the documentation. Is this plugin redundant, when there are already
specifications to access these things? I mean, it would be good, if we could
maintain less.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]