freescout-helpdesk opened a new issue #175:
URL: https://github.com/apache/cordova-plugin-wkwebview-engine/issues/175
In UIWebView we are using `webkit.messageHandlers.cordova_iab.postMessage()`
to post messages.
And to listen to messages:
```
inappbrowser.addEventListener('message', function (params) {
....
});
```
In WKWebView we need to use webkit.messageHandlers.**cordova**.postMessage()?
----------------------------------------------------------------
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:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]