Page 1 of 1

Phonegap camera plugin error after application.exit()

PostPosted: Fri Oct 04, 2019 1:59 pm
by nic
When using the phonegap plugin, I get a strange behaviour after I do an application.exit(). Every time I do the application.exit() function, the plugin functions seems to be executed one more time extra. This is no problem when using the Geolocation API, because there is no user interface in this API. But when using the Camera API the camera opens one more time extra and I get an error "Camera cancelled" from the onError callback.
This behaviour is happening only after application.exit, application.closeSolution or application.showUrl functions.