Camera widget for PhoneGap - Unable to detect camera

1
Is there any extra setting that I need to enable, or some other widgets to add to the PhoneGap Camera widget? All the other (Get Location for example) phonegap widgets are working fine, but when I use the Camera widget i get the following response whenever I press 'Open Camera' (on several devices using several different browsers). ''Unable to detect camera'' Is there some setting on my phone that I need to set? Or something on the Mendix part?
asked
1 answers
0

The phonegap camera widget expects you to run from cordova/phonegap, it doesn't work from the browser. There are two ways to accomplish this:

  • run from the Mendix Developer App
  • bundle the app as a cordova/phonegap app and install it on your phone. You can easily do this via the Publish tab on the Mendix Platform.
answered