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

Log output not showing for jQuery.get()

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Invalid
    • None
    • None
    • None
    • android moto g, 4.4.4
      jquery 1.11.1, mobile 1.4.5
      cordova (4.3.0) from npm

    Description

      Failing code sample:

      // Make an AJAX call off to get the bubbles 
      loadBubbles: function loadBubbles(settings) {
          console.log('Called into ze bubbles');
          console.log(settings);
          $.get('http://' + settings.server + ':' + settings.port + '/train_tracks/bubbles/' + settings.username + '/' + settings.password)
          .done(function (data) {
              console.log('data');
              console.log(data);
          })
          .error(function (obj, string, exception) {
              console.log(obj);
              console.log(string);
              console.log(exception);
          });
      
          console.log('end of bubbles');
      }
      

      Original app seeing the issue: https://github.com/MinnesotaStreetcarMuseum/TrainLo

      Attachments

        Activity

          People

            Unassigned Unassigned
            dblotsky Dmitry Blotsky
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Time Tracking

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