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/02/22 15:07:17 UTC

[GitHub] kissk01 opened a new issue #433: Using master branch (version `3.1.0-dev`) postmessage funcationality not working when opening new inAppbrowser as '_system'.

kissk01 opened a new issue #433: Using master branch (version `3.1.0-dev`) postmessage funcationality not working when opening new inAppbrowser as '_system'.
URL: https://github.com/apache/cordova-plugin-inappbrowser/issues/433
 
 
   # Bug Report
   ```
   browser.on('message').subscribe((event) => {
         console.log('postmessage called')
   }
   ```
   is working as expected. When opening new inAppbrowser object using '_system'. Then closing it and coming back to previous inAppbrowser from which the link was opened. In that case postmessage listener is not working anymore.
   ## Problem
   Postmessage is not working correctly in case which is subscribed above.
   ### What is expected to happen?
   Postmessage is working when coming back from other inappbrowser.
   
   
   ### What does actually happen?
   Postmessage listener is not working.
   
   
   ## Information
   <!-- Include all relevant information that might help understand and reproduce the problem -->
   
   
   
   ### Command or Code
   <!-- What command or code is needed to reproduce the problem? -->
   
   
   
   ### Environment, Platform, Device
   <!-- In what environment, on what platform or on which device are you experiencing the issue? -->
   
   
   
   ### Version information
   <!-- 
   What are relevant versions you are using?
   For example:
   Cordova: Cordova CLI, Cordova Platforms, Cordova Plugins 
   Other Frameworks: Ionic Framework and CLI version
   Operating System, Android Studio, Xcode etc.
   -->
   Mac iOs, Android.
   
   
   ## Checklist
   <!-- Please check the boxes by putting an x in the [ ] like so: [x] -->
   
   - [x] I searched for existing GitHub issues
   - [x] I updated all Cordova tooling to most recent version
   - [x] I included all the necessary information above
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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