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

Cordova barcodescanner plugin is not working in windows 8.1

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Invalid
    • cordova-android-7.0.0
    • 5.0.0
    • AllPlatforms
    • None

    Description

      Hi,

      I am trying to use this plugin “cordova plugin add cordova-plugin-barcodescanner” and I am using this code
      “cordova.plugins.barcodeScanner.scan(
            function (result)

      {           alert("We got a barcode\n" +                 "Result: " + result.text + "\n" +                 "Format: " + result.format + "\n" +                 "Cancelled: " + result.cancelled);       }

      ,
            function (error)

      {           alert("Scanning failed: " + error);       }

         );” for barcodescanner in windows 8.1. but I am getting this error “MISSING COMMAND ERROR”.Can you please check what is this issue? Waiting for your response.
       
       
       
       
      Thanks and regards,
      Satish,
      Enstrapp it solutions.

      Attachments

        Activity

          People

            Unassigned Unassigned
            venkatasatish483@gmail.com venkatasatishreddykarri
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: