如何使用Phonegap/Cordova/WinJS/HTML/CSS/JS扫描WindowsPhone8.1中的二维码?
How to scan QR Code in Windows Phone 8.1 using Phonegap/Cordova/WinJS/HTML/CSS/JS?
我正在使用 ZXing.Net library to scan/read QR codes from camera in Windows Phone 8.1. I went through this sample: https://github.com/wildabeast/BarcodeScanner。但这是针对使用以下命名空间的 Windows Phone 8.0 Silverlight 应用程序:
using Microsoft.Phone.Tasks;
using Microsoft.Phone.Controls;
这些命名空间在 Windows Phone 8.1 中不可用,因为我的项目针对 Windows Phone 8.1。
HTML/JS/WinJS/Cordova有没有其他插件可以解决这个问题?
你可以关注这个postVinicius Linck。希望这可能有所帮助。这个 github 回购真的帮了我很多。
https://github.com/vinnylinck/CordovaW8BarcodeDemo
我正在使用 ZXing.Net library to scan/read QR codes from camera in Windows Phone 8.1. I went through this sample: https://github.com/wildabeast/BarcodeScanner。但这是针对使用以下命名空间的 Windows Phone 8.0 Silverlight 应用程序:
using Microsoft.Phone.Tasks;
using Microsoft.Phone.Controls;
这些命名空间在 Windows Phone 8.1 中不可用,因为我的项目针对 Windows Phone 8.1。 HTML/JS/WinJS/Cordova有没有其他插件可以解决这个问题?
你可以关注这个postVinicius Linck。希望这可能有所帮助。这个 github 回购真的帮了我很多。 https://github.com/vinnylinck/CordovaW8BarcodeDemo