Home > Net >  Ask you a question, about the WEBAPP.
Ask you a question, about the WEBAPP.

Time:11-17

I'm going to make a WEBAPP, through this APP installed on the phone, and then, through the mobile phone camera scan qr code access to information, after get the information displayed in the control of a WEBAPP, how to do?

WEBAPP how to call the mobile phone camera sweep code?

Please tell me the way, all kinds of platform and the implementation method,

For the first time meet, the feeling is wrong,

CodePudding user response:

Photo qr code picture, send to a third party to explain or invoke the tripartite API, return code corresponding text messages,

CodePudding user response:

Hybrid architecture of mobile phone APP, is pure HTML/js application, what is not run on asp.net on the server side code, so you need to understand the front end technology, and then call a front-end can call any phone plug-in (call support arbitrary based on js extensions), "platform implementation methods namely: front-end HTML/js unify the whole country,

CodePudding user response:

I use the hbuilder, namely Html + javascript framework,
Can call directly by mui native API

https://www.html5plus.org/doc/zh_cn/camera.html

CodePudding user response:

In fact, according to the front of the IDE, look at the relevant documentation, to know,

CodePudding user response:

Cordova, ionic

CodePudding user response:

The front-end IDE in the help document

CodePudding user response:

https://uniapp.dcloud.io/api/system/barcode
With the help of the other packaging framework based on the application there are implementation measures such as
  • Related