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

JSCallback Error

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Not A Problem
    • 2.1.0
    • 2.1.0
    • cordova-android

    Description

      Hi,

      for my android-app I was trying to create a sql-transaction with parameters like this:

      db.transaction(function (tx)

      { tx.executeSql("SELECT * FROM CONTACT WHERE LastName LIKE ?", [beginLetter], querySuccess, errorCB); }

      , errorTA);

      (I found it here: https://groups.google.com/forum/?fromgroups=#!topic/phonegap/mUxTsA6MmIA)

      Unfortunately the web console throws an error:

      10-04 15:13:27.580: I/Web Console(12233): JSCallback Error: Request failed with status 0 at file:///android_asset/www/js/lib/prod/cordova-2.1.0.js:3743

      Can someone please have a look at it? Thanks!

      Attachments

        Activity

          People

            filmaj Filip Maj
            carpetempora trace0815@googlemail.com
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: