gpt4 book ai didi

javascript - 网络应用 ZXing 条码扫描仪

转载 作者:塔克拉玛干 更新时间:2023-11-02 22:49:21 25 4
gpt4 key购买 nike

我正在尝试使用 http://zxing.appspot.com/scan从 WebApp 调用 Barcode Scanner,但我无法让它工作。即使在不必要地更新和重新安装之后,它所做的只是显示默认的 zxing 网页,要求我在手机上安装 Barcode Scanner。我错过了什么吗?

这是我用来调用 ZXing Scanner 的 javascript。出于测试目的,我什至尝试制作一个简单的 HTML 超链接,但没有成功。我正在使用 Android 的 WebView 加载应用。

window.location.href = 
"http://zxing.appspot.com/scan?ret=http://192.168.1.33:3000/pallet/{CODE}/change_position/"+positionId+"&SCAN_FORMATS=CODE_39";

这是通过浏览器识别和触发扫描器的条码扫描器的 list :

<intent-filter>
<action android:name="android.intent.action.VIEW"/>
<category android:name="android.intent.category.DEFAULT"/>
<category android:name="android.intent.category.BROWSABLE"/>
<data android:scheme="http" android:host="zxing.appspot.com" android:path="/scan"/>
</intent-filter>

有趣的是,http://www.google.com/m/products/scan 做同样的事情,效果很好。非常欢迎任何帮助或想法!非常感谢!

最佳答案

看起来您正在向本地网络(192.168...IP 地址)上的图像发送 URL,zxing.appspot.com 将无法通过 Internet 访问该图像。

关于javascript - 网络应用 ZXing 条码扫描仪,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8170937/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com