Camera Widget not working for PWA application.

0
Hello,   I am using camera widget for the PWA application. When I am testing it in mobile phones(android and ios) – it is not working. Can someone please help in this. Do i need to create some microflow for the camera access of mobile phones?   And when I am trying with Take Picture JS- it is showing medianotsupported and Loading module require*_34 failed! Check script file for syntax errors.     
asked
3 answers
-1

The Mendix Camera widget is used for the Hybrid PhoneGap apps. It won’t work wit your PWA.

You can use the “Web actions” ( https://marketplace.mendix.com/link/component/114337 ) module which contains a TakePicture JavaScript action. You can place that in a nanaoflow.

Or you can use the default image uploader widget, it will ask the user how they want to get the picture (camera. files etc.)

answered
0

Thank you so much Stefan !!

answered
0

I searched on every forum on internet and eventually end up fixing this by  allowing camera permission to certain apps.

answered