cowboy1967 opened a new issue #646: @3.2.0 can't call webkit.messageHandlers.cordova_iab.postMessage URL: https://github.com/apache/cordova-plugin-inappbrowser/issues/646 when I want to call webkit.messageHandlers.cordova_iab.postMessage on my webpage.htm, window.webkit is undefined, but it can work on @3.1.0 inappbrowser..... so, I try to find reason, if I want to use post message, I have to do ... var ref=window.open ('http://xxxx/mypage.htm') // I must call this, so my page.htm can use webkit.messageHandlers.... ref.addEventListener('loadstone', function (){ ref.execJavaScript(';')});
---------------------------------------------------------------- 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] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
