MetaMask / metamask-mobile

Mobile web browser providing access to websites that use the Ethereum blockchain
https://metamask.io
Other
2.18k stars 1.12k forks source link

Cannot get access to camera and mic. #3907

Closed uriee closed 1 year ago

uriee commented 2 years ago

When trying to establish a connection to the camera and microphone using the html5 command getUserMedia it returns a "NotAllowedError" error.

We ask for a media connection :

navigator.mediaDevices.getUserMedia({
      audio: true,
      video: true
    }).catch(e => alert('getUserMedia() error: ' + e.name))

this request is answered with a "NotAllowedError"

On other browsers, it returns the audio and video streams.

gantunesr commented 2 years ago

Hey @urie, we are aware of this issue and it'll be addressed in a future development. I'll keep this issue updated.

jnbt commented 2 years ago

FYR: It works for me using the iOS app.

MnogoDobur commented 1 year ago

Dear all, has there been anything done regarding this issue?

Tested it today - both on IOS and Android, Metamask's browser cannot use the microphone of the device. On IOS the app crashes and on Android it just returns "No audio". Please update us as soon as possible.

github-actions[bot] commented 1 year ago

This issue was closed because it has been stalled for 7 days with no activity. If you feel this was closed in error please reopen and provide evidence on the current production app. Thank you for your contributions.