i want to open camara in div on template, where app not go to background and camara open and after capture, camara app go to background and cordova app will go to foreground... instead of that the camara is open in div which is placed on html template..
Thank you..
Yes, through this Plugin for iOS and Android it is possible to show a camera view in a div
container or everywhere else in your body
.
cordova plugin add https://github.com/mbppower/CordovaCameraPreview.git
And the rest (methods) etc. can be found in the documentation on GitHub.