spolu / breach_core

A Browser written in JS. Free. Modular. Hackable.
https://breach.github.io/breach_core/
MIT License
5.39k stars 411 forks source link

Support for getUserMedia()-API is missing #136

Closed mrohnstock closed 1 year ago

mrohnstock commented 10 years ago

getUserMedia() isn't working in breach.

Examples are here: http://www.html5rocks.com/en/tutorials/getusermedia/intro/ Maybe this is only a permission issue, because chrome/chromium asks for permission to use microphone/webcam?

spolu commented 10 years ago

Yep we need to add APIs in the ExoBrowser to ask permission to the user so that that permission is displayed in the UI...

spolu commented 10 years ago

See https://github.com/breach/exo_browser/issues/106

mrohnstock commented 10 years ago

Asking for permission could get bypassed with --disable-web-security-flag in chrome/chromium by the way (#135).

spolu commented 10 years ago

tagged as enhancement