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-539104764 Hmm... The plugin does use an older deprecated `getUserMedia` API https://github.com/apache/cordova-plugin-media-capture/blob/e1fb5813cf831eed757a04aac428956e6cb05692/src/browser/CaptureProxy.js#L173-L176 Inside your web inspector are you able to tell me if any of those objects exists as functions? You should be able to figure this out by simply typing the name in the console. If not, can you confirm that `navigator.mediaDevices.getUserMedia` exists?
---------------------------------------------------------------- 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]
