2017-03-17
1.0.0
Jordi Gräffner
10.0.303.0
Plug-ins
[Overview]
This is the Cordova Camera Preview Plugin working in Android and IOS.
[Detail]
This is the Cordova Camera Preview Plugin working in Android and IOS.
How to use:
Make sure to add this to your css in the screen you want to use this plugin:
SyntaxEditor Code Snippet
html, body {
background-color: transparent;
}
To see the result of a taken picture add a Image widget to your screen and give it the name: image.
For now it is only possible to take a picture and directly display it in a image widget. This wil be seperated in a future update.