Native Camera widget from Mendix store dont work in Native app?

0
Hi, The Camera widget that is refered to be used in a native app dont work in a native app/page?. https://appstore.home.mendix.com/link/app/107943/ . But If I create a web-page in the Native app then it show up but not on a native page!?   Thanks for help.    
asked
1 answers
0

The widget you are referring to makes it possible to access the mobile device's (native) camera from the browser. So it is a widget for a browser app.

Since native apps don't need a browser to run in, they can access the native camera directly and don't need a widget. Use the takePicture javascript action from NativeMobileResources for that.

answered