You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by GitBox <gi...@apache.org> on 2019/10/20 22:46:51 UTC

[GitHub] [cordova-android] jcesarmobile commented on issue #760: Cordova Resume and Pause Events are fired when Hardware plugin is used (eg. Camera)

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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org