Implementing Cordova Plugin

0
Hello, I am new to Mendix. In my application that I am developing I want to make my app access device camera.     I searched some resources regarding how I need to do it. Mendix documentation directed me to details  regarding Cordova Plugin available at npmjs.org.     There are several links available in the website for the plugin to be installed.  My question is: Is it possible to install it in my computer ?   create a button in my computer and link that button to this installed module so that it will allow the app to access device’s camera?  
asked
1 answers
0

Hi 

 

You can install the camera widget from app store; https://appstore.home.mendix.com/link/app/1377/Mendix/Camera

Once you have configured the camera widget and build a phonegap package, you should be able to run a device on desktop; http://docs.phonegap.com/getting-started/4-run-your-app/desktop/

 

answered