breautek commented on issue #148: This plugin is not working on the browsers(Android and iOS) URL: https://github.com/apache/cordova-plugin-media-capture/issues/148#issuecomment-539090700 Since you said you're using it with the browser platform, this may help: https://caniuse.com/#search=getUserMedia capture uses `getUserMedia` api behind the scenes, so if the browser doesn't support this method, then capturing media won't be supported either. Also pay attention to: >As of Chrome 47, the getUserMedia API cannot be called from insecure origins.
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
