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

InAppBrowser not firing loadstart event on android

VotersWatch issueWatchersLinkUpdate Comment AuthorReplace String in CommentUpdate Comment VisibilityDelete Comments
    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

          This comment will be Viewable by All Users Viewable by All Users
          Cancel

          People

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

            Dates

              Created:
              Updated:
              Resolved:

              Slack

                Issue deployment