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/01/31 16:56:07 UTC

[GitHub] PDACN edited a comment on issue #200: CB-9382 [Android] Fix KeepRunning setting when Plugin activity is showed

PDACN edited a comment on issue #200: CB-9382 [Android] Fix KeepRunning setting when Plugin activity is showed
URL: https://github.com/apache/cordova-android/pull/200#issuecomment-459418514
 
 
   Hi,
   I have the same problem now,
   when I start NewActivity (using this.cordova.startActivityForResult) from CordovaPlugin, 
   after X minutes, usually 10/15 mins, CordovaActivity goes in pause,
   if I send CordovaCallback from CordovaPlugin (using this.cordova.getThreadPool().execute(() -> cordovaCB.sendPluginResult(pluginResult))) nothing happens untill I close my NewActivity and return on CordovaActivity.
   
   my cordova version read in CordovaWebView  is this:  CORDOVA_VERSION = "7.0.0";

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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