Take picture Nanoflow action (MxStudioPro 9.17.0)

0
Hello everyone, I used the take picture nanoflow action. In Studio Pro, this function works on phone web. So I can take pictures with my computer. But when I try to test it on my own device via QR , I get this error; ' An error occurred while executing an action of MyFirstModule.Notes_NewEdit.actionButton1: Media devices are not supported. Nanoflow stack:  "Call JavaScript Action: WebActions.TakePicture" in nanoflow "MyFirstModule.ACT_TakePicture" Error: An error occurred while executing an action of MyFirstModule.Notes_NewEdit.actionButton1: Media devices are not supported. Nanoflow stack:  "Call JavaScript Action: WebActions.TakePicture" in nanoflow "MyFirstModule.ACT_TakePicture"     at http://192.168.1.68:8080/mxclientsystem/mxui/mxui.js?638035199659850861:68:148031     at we (http://192.168.1.68:8080/mxclientsystem/mxui/mxui.js?638035199659850861:24:6501)     at i (http://192.168.1.68:8080/mxclientsystem/mxui/mxui.js?638035199659850861:24:6402)     at x (http://192.168.1.68:8080/mxclientsystem/mxui/mxui.js?638035199659850861:66:5472) '   How can I fix this error? Thanks in advance.
asked
1 answers
0

That sounds like an issue with your device. Behind the scenes the Nanoflow is calling JavaScript to interact with your phone. This attached link shows which browsers on which devices should work.

https://developer.mozilla.org/en-US/docs/Web/API/MediaDevices/getUserMedia#browser_compatibility

Hope this helps

answered