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/09/05 23:36:47 UTC

[GitHub] [cordova-plugin-inappbrowser] dijashub edited a comment on issue #529: postMessage on Android requires that message string is wrapped with {}

dijashub edited a comment on issue #529: postMessage on Android requires that message string is wrapped with {}
URL: https://github.com/apache/cordova-plugin-inappbrowser/issues/529#issuecomment-528642232
 
 
   @dpa99c
   
   I am using your 3.1.0-dev to communicate using postmessage. And it works like a charm in both Android and iOS.. Thanks to you.
   
   But the message I am posting from inapp is a stringify object that has url of an hyperlink to do window.open(url, '_system').
   
   Below case is from iOS device.
   It is all good first click that open to default browser in respective platform.
   
   But second click once I go back to app and do same thing listener is not receiving messages.
   
   Instead of window.open , console.log to listen message working all the time. Can you please help on this scenario mentioned above.

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