Is it possible to launch a QR Code scan from a mobile web app running on iPad?

萝らか妹 提交于 2019-12-04 02:42:13
Sean Owen

Yes, see the zxing: URL format here.

Not really possible, sorry.

The closest you can get is some apps have a URL scheme (redlaser://, for example) that you could provide a link to. There's no way of detecting that they've got the app installed, though.

The best thing would be to use a bluetooth barcode scanner. Something like Socket scan , CX2864-1336 would work for well for this. I've seen it used with an ipad to manage inventory.

Seems like that would require two separate native applications. Both using URL schemes to jump to the other and pass information. If you have a web app and check for a QR code scanner's URL scheme it's totally possible for your web app to launch a QR code scan but passing data back would require a native app. Oh, and I'm not sure if there are any QR code apps with a scheme.

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!