I have integrated a JavaScript plugin called cordova-plugin-camera into my project and I am using it like this:
camera.getPicture(successCallback, errorCallback, options)
However, the issue I am facing is that whenever I trigger the plugin, it automatically adds a div with the class .cordova-camera-capture
to the bottom of the page.
Is there a way for me to specify where this div should be placed instead?