Uploaded image for project: 'Apache Cordova'
  1. Apache Cordova
  2. CB-10452

InAppBrowser: 'exit' event is not triggered on Windows

    XMLWordPrintableJSON

Details

    Description

      The following test could be used to verify this behavior

              
      fit("inappbrowser.spec.5 should support exit event", function (done) {
                  iabInstance = cordova.InAppBrowser.open(url, '_blank');
                  iabInstance.addEventListener('exit', function (evt) {
                      verifyEvent(evt, 'exit');
                      done();
                  });
                  iabInstance.close();
              });
      

      Attachments

        Activity

          People

            Unassigned Unassigned
            sgrebnov Sergey Grebnov
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: