You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by GitBox <gi...@apache.org> on 2019/11/04 13:23:26 UTC

[GitHub] [cordova-plugin-inappbrowser] freescout-helpdesk commented on issue #362: (iOS & Android) Add postMessage API support

freescout-helpdesk commented on issue #362: (iOS & Android) Add postMessage API support
URL: https://github.com/apache/cordova-plugin-inappbrowser/pull/362#issuecomment-549350998
 
 
   Is it already included in 3.1.0?
   ```
       <plugin name="cordova-plugin-inappbrowser" spec="~3.1.0" />
   ```
   
   `webkit` seems to be undefined in 3.1.0 inside of the inappbrowser page:
   ```
   alert(webkit.messageHandlers.cordova_iab.postMessage); // undefined
   alert(window.webkit.messageHandlers.cordova_iab.postMessage); // undefined
   alert(window['webkit'].messageHandlers['cordova_iab'].postMessage); // undefined
   ```
   
   Are any other plugins required to use `webkit.messageHandlers.cordova_iab.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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org