Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

navigator.mediaDevices is undefined #24

Open
0ctopirate opened this issue May 31, 2022 · 1 comment
Open

navigator.mediaDevices is undefined #24

0ctopirate opened this issue May 31, 2022 · 1 comment
Labels
bug Something isn't working

Comments

@0ctopirate
Copy link

Describe the bug
navigator.mediaDevices is undefined when running neutralinojs on macOS: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko)

To Reproduce
Steps to reproduce the behavior:

  1. Run a neutralino with an html that prints navigator.mediaDevices. On the browser, (in my case Safari) this returns the mediaDevices object. In neutralino, it is undefined

Specifications

  • OS: macOS Monterey 12.3.1
  • Neutralinojs version: v4.5.0
  • Neutralinojs client library version: v3.4.0
  • Neutralinojs CLI version: v9.3.0

Additional context
I think this may be a permissions problem. I don't have access to testing on windows but I would believe it may not happen there.

@0ctopirate 0ctopirate added the bug Something isn't working label May 31, 2022
@pathange-s
Copy link

@0ctopirate, I have checked out microphone and camera access for various modes available.
I see that browser and chrome modes work smoothly without any issues. The webview being used doesnt provide that support for this. I opened up an issue on webview/webview Hope to get a work around soon so that we can get it in action.

@shalithasuranga shalithasuranga transferred this issue from neutralinojs/neutralinojs May 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants