jcesarmobile commented on issue #760: Cordova Resume and Pause Events are fired 
when Hardware plugin is used (eg. Camera)
URL: https://github.com/apache/cordova-android/issues/760#issuecomment-544300875
 
 
   Cordova events fire when native events fire, and they fire when an Intent is 
launched, such us camera plugin does. 
   If you want to ignore them, use some boolean that you set before calling the 
camera and unset on the success/failure callbacks and use it on the event 
listeners.
   We are not going to change it.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to