cordova-plugin-wkwebview-engine icon indicating copy to clipboard operation
cordova-plugin-wkwebview-engine copied to clipboard

postMessage() in WKWebView

Open freescout-helpdesk opened this issue 3 years ago • 0 comments

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()?

freescout-helpdesk avatar Sep 27 '20 13:09 freescout-helpdesk