Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 1065

Re: SAP Web IDE / HAT: Camera/Barcode Scanning Issue on Mobile Device

$
0
0

Hi Ryan,

 

I am facing the same issue and the barcode scanner is not at all working on my device.

The code is :-

 

onBarCodeScan: function(){

var that = this; 

var code = "";

cordova.plugins.barcodeScanner.scan(           

  function (result) { 

  code = result.text;              

  console.log("This is the code: " + code);               

  that.getView().byId("searchField").setValue(code); 

       that.onSearch();

  },

  function (error) {              

    alert("Scanning failed: " + error);        

  }

  ); 

},

 

 

Can you please help me out on this.

 

Thanks and Regards,

Kushagra Jain


Viewing all articles
Browse latest Browse all 1065

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>