Warning: file_get_contents(/data/phpspider/zhask/data//catemap/8/redis/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Ibm mobilefirst IBM Worklight中的二维码扫描仪_Ibm Mobilefirst_Barcode Scanner - Fatal编程技术网

Ibm mobilefirst IBM Worklight中的二维码扫描仪

Ibm mobilefirst IBM Worklight中的二维码扫描仪,ibm-mobilefirst,barcode-scanner,Ibm Mobilefirst,Barcode Scanner,我找到了一些html5二维码扫描仪,它可以在网络浏览器上工作 但我不知道如何在IBM Worklight上使用它 有没有办法在Worklight上扫描二维码 html5+javascript比本机代码好有一些“本机”html5实现。其中之一是使用navigator.getUserMedia(设备上可能不支持) 在混合应用程序(包括IBM Worklight)中,您可以通过引用《使用指南》中指定的库来使用它 如果不支持navigator.getUserMedia,则需要使用Cordova插件(),

我找到了一些html5二维码扫描仪,它可以在网络浏览器上工作

但我不知道如何在IBM Worklight上使用它

有没有办法在Worklight上扫描二维码


html5+javascript比本机代码好

有一些“本机”html5实现。其中之一是使用navigator.getUserMedia(设备上可能不支持)

在混合应用程序(包括IBM Worklight)中,您可以通过引用《使用指南》中指定的库来使用它

如果不支持navigator.getUserMedia,则需要使用Cordova插件(),该插件可以手动集成到IBM WL混合应用程序中