alexhisen opened a new pull request #78: CB-12815: (ios) Bug fix in recent change in iOSExec.nativeCallback URL: https://github.com/apache/cordova-plugin-wkwebview-engine/pull/78 ### Platforms affected iOS ### Motivation and Context Now, callbackFromNative will actually get called async. Before it was not. See https://github.com/apache/cordova-plugin-wkwebview-engine/pull/49 ### Description Use resolve.then() exactly same as in https://github.com/ionic-team/cordova-plugin-ionic-webview/blob/master/src/www/ios/ios-wkwebview-exec.js ### Testing Works in an actual app ### Checklist - [x] Commit is prefixed with `(platform)` if this change only applies to one platform (e.g. `(android)`)
---------------------------------------------------------------- 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]
