David created CB-11035:
--------------------------

             Summary: Events not firing for InAppBrowser Plugin
                 Key: CB-11035
                 URL: https://issues.apache.org/jira/browse/CB-11035
             Project: Apache Cordova
          Issue Type: Bug
          Components: Plugin InAppBrowser
            Reporter: David


I'm using "_blank" target within my ionic2 app but the events (tested with 
loadstart and exit) won't fire:

{code}
    var url = 'http://myURL.com';
    var browserRef = cordova.InAppBrowser.open(url, '_blank', 
'location=no,clearsessioncache=yes,clearcache=yes');
    browserRef.addEventListener('loadstart', event => {
      console.log('loadstart event'); // not fired
    });
    browserRef.addEventListener('exit', event => {
      console.log('exit event'); // not fired
    });
{code}

My setup is:
Cordova CLI: 6.0.0
iOS Platform Version: 4.0.1
InAppBrowser Plugin Version: 1.2.1
Ionic version: 2.0.0-beta.3
OS: Mac OS X El Capitan
Node Version: v4.1.2
Xcode version: Xcode 7.3 Build version 7D175





--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org

Reply via email to