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/11/25 17:19:30 UTC

[GitHub] [cordova-android] breautek commented on issue #851: excludeFromRecents="true" causes app to be killed on Android 9

breautek commented on issue #851: excludeFromRecents="true" causes app to be killed on Android 9
URL: https://github.com/apache/cordova-android/issues/851#issuecomment-558254770
 
 
   @brucejo75 If you can provide a pure cordova sample app that demonstrates this issue I can reopen it.
   
   But I suspect that `Application attempted to call on a destroyed WebView` is being thrown because you're making a plugin call in an `onunload` event. I'm not 100% sure on this, but I thought only synchronous APIs were safe in the on unload event. Asynchronous APIs (such as plugin calls) won't make the browser/webview wait before it gets destroyed. This needs to be confirmed however.

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