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/05/05 09:57:32 UTC

[GitHub] [cordova-plugin-inappbrowser] orchoban opened a new issue #472: postMessage doesn't work :Android

orchoban opened a new issue #472: postMessage doesn't work :Android
URL: https://github.com/apache/cordova-plugin-inappbrowser/issues/472
 
 
   # Bug Report
   the event message do postMessage doesn't get the message. (in Android)
   
   ## Problem
   I try the default version and version 2.0.2 and it's doesn't work.
   
   I create new WebView (for example: google), with eventListener "message":
   ![image](https://user-images.githubusercontent.com/33927385/57191947-cde71700-6f33-11e9-87a7-4d5653b3e168.png)
   
   In the console of the new WebView i try to postMessage (with to way : [window.parent.postMessage , window.postMessage])
   ![image](https://user-images.githubusercontent.com/33927385/57192013-7eedb180-6f34-11e9-967e-6cfb85f798fa.png)
   
   and i doesn't get the message in the first console .
   
   Of course I tried too get the message with console.log...
   
   thank's

----------------------------------------------------------------
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