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/07/04 18:03:45 UTC

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

breautek 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-508549859
 
 
   Can you describe how this is problematic in your case?
   
   When you use the camera, the app does go in the background to bring the camera activity up, so naturally pause/resume events should fire when using the camera, or anything that puts the main app activity to the background. I think this is important because it allows the developer to stop doing any kind of app logic that might be resource demanding, which is particularly important for users running budget phones with limited resources as the camera is a resource demanding activity itself.

----------------------------------------------------------------
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