Is it possible to disable those annoying "retry" and "ok" buttons from top of the display? I can also customize ngCordova plugin if you guide me to a correct direction.
What I want to do is to take multiple shots easily. Now it takes time, because someone have invented that one should confirm if picture is good enough. So another questions is what is suggested way to take multiple pictures and then confirm all of them.
Both of the following lines give same result:
navigator.camera.getPicture()
or
$cordovaCamera.getPicture()