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

event progress with "cordova.InAppBrowser.open"

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • None
    • cordova-plugin-inappbrowser 1.0.0 + cordova-plugin-dialogs 1.1.0 + ios 8.3 (12F69)

    Description

      according to this
      https://github.com/apache/cordova-plugin-inappbrowser

      let me demo for example "loadstart" (other enent have the same problem)

      var ref = cordova.InAppBrowser.open('http://apache.org', '_blank', 'location=yes');
      
      //this line will trigger
      ref.addEventListener('loadstart', function(event) { alert(event.url); });
      
      //this line will never trigger
      ref.addEventListener('loadstart', function(event) { navigator.notification.alert("test", null, 'title', 'ok'); });
      

      is the "inappbrowser" have some conflict with "dialogs"

      Attachments

        Activity

          People

            Unassigned Unassigned
            bau720123 Colin Bau
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Time Tracking

                Estimated:
                Original Estimate - 12h
                12h
                Remaining:
                Remaining Estimate - 12h
                12h
                Logged:
                Time Spent - Not Specified
                Not Specified