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 2018/12/28 09:54:20 UTC

[GitHub] engharb opened a new issue #385: No listener to the opened url in _system browser

engharb opened a new issue #385: No listener to the opened url in _system browser
URL: https://github.com/apache/cordova-plugin-inappbrowser/issues/385
 
 
   Hello,
   Here is my test
   ```
   let browser = this.iab.create(myUrl, "_system");
   
   browser.on('loadstart').subscribe(); // does not work
   ```
   
   The event will never be fired by opening a url using system browser. I want to read the url and other features, but I do not have (or inAppBrowser does not have) control , listening to browser or triggering an event. 
   
   Env:
   - Ionic-core: 4,
   - cordov,
   - angular5,
   - typescript
   
   Do you have any suggestion?

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