You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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.
The text was updated successfully, but these errors were encountered:
@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.
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:
navigator.mediaDevices
. On the browser, (in my case Safari) this returns the mediaDevices object. In neutralino, it is undefinedSpecifications
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.
The text was updated successfully, but these errors were encountered: