alexhisen edited a comment 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: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
