I am developing an app with Cordova 4.2.0. I have build wp8 platform and windows platform.
Using wp8 platform I am able to open the camera, but it doesn't scan correctly.
I have been debugging the code, and scanner object is created succesfully but when scan function is called my device (Nokia Lumia 925) is frozen and none of callback functions success or error is executed.
Hi,
I am developing an app with Cordova 4.2.0. I have build wp8 platform and windows platform. Using wp8 platform I am able to open the camera, but it doesn't scan correctly.
In the other hand, using windows8 platform, first I have had an error reported and solved here: https://github.com/wildabeast/BarcodeScanner/issues/231.
After solve it, I have no errors but I am not able to make it work. var scanner = null;
That's my code:
I have been debugging the code, and scanner object is created succesfully but when scan function is called my device (Nokia Lumia 925) is frozen and none of callback functions success or error is executed.
Any help will be welcome... Thanks so much