2017-02-17
2.1.0
Rodrigo Coutinho
10.0.303.0
All
All
Plug-ins
[Overview]
Plugin that enables having a live view of the camera on your application, as well as capturing images. Note: Currently the plugin is only working for iOS.
[Detail]
Allows showing a live feed from the camera on your app, in addition to capturing images.
If you want to show the preview on the back of your webview, be sure to have a transparent background on your html and body!
html, body {
background-color: transparent;
}
You can find a usage example here.