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

InAppBrowser not firing loadstart event on android

    XMLWordPrintableJSON

Details

    Description

      loadstart event is not firing. there are no issues with loadstop and exit.
      Simple snippet:

      var ref = cordova.InAppBrowser.open('http://www.google.com', '_blank');
      ref.addEventListener('loadstart', function (event)

      { alert('started'); }

      );
      ref.addEventListener('loadstop', function (event)

      { alert('stopped'); }

      );

      only the 'stopped' alert is fired.

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              takumii@yahoo.com andyz
              Votes:
              0 Vote for this issue
              Watchers:
              8 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: