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/02/15 04:11:37 UTC

[GitHub] alexhisen commented on issue #49: CB-12815: (ios) Fix bug nativeCallback not executed when app is in background

alexhisen commented on issue #49: CB-12815: (ios) Fix bug nativeCallback not executed when app is in background
URL: https://github.com/apache/cordova-plugin-wkwebview-engine/pull/49#issuecomment-463899563
 
 
   @shazron Can you update the code change to:
   ```Promise.resolve().then(function () {
       cordova.callbackFromNative(callbackId, success, status, args, keepCallback);
   });
   as per @awerlang and perhaps publish 1.2.x to npm?
   This fix is definitely needed to run code for a background fetch.

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