Mobile camera not opening in mendix native app

2
Hi Team, I have a native mobile page with a button to take a picture. On click of the button it calls a nanoflow which has the activity ‘Take Picture’. When I tested using make it native app locally, the camera was opening, but when I installed the apk file for the app in my phone and tried, its not working. Can someone help? Regards, Megha  
asked
1 answers
0

This is most probably due to permission settings for the app. 
Try manually giving camera and storage permission to the app from your phone settings. Then launch app and try the camera. It should work.

To fix the issue so that app automatically asks for permission on startup, you need to configure it in the Native template of your project. For details see this answer: https://forum.mendix.com/link/questions/96273

answered