wildabeast / BarcodeScanner

Official repository now at [phonegap/phonegap-plugin-barcodescanner](http://github.com/phonegap/phonegap-plugin-barcodescanner).
967 stars 747 forks source link

WinRTBarcodeScanner undefined - windows 10 app #312

Open numericgraphics opened 8 years ago

numericgraphics commented 8 years ago

Hello, I realize an ionic application with the PhoneGap Plugin BarcodeScanner. The application is intended to be used on windows 10. I tested my code on android without any worries. On windows 10 I get an error: WinRTBarcodeScanner is undefined in the developer console. I installed the plugin with CLI cordova. I use for testing DELL VENUE PRO 11 with windows 10. The plugin is installed correctly, the Reader.cs file is present. The error occurs when calling the startBarcodeSearch function. do u have an idea or a solution to this problem, thank you in advance and thank you for your work.