+1
Отвечен
QR Reader and GPS in the app
Does anyone have the code to build a QR reader and GPS inside the app?
Сервис поддержки клиентов работает на платформе UserEcho
The fastest and easiest way to implement QR scanning is to use the following attributes in connection with the camera example.
<camera alias="CAMERA" name="panel" type="barcodescan" onscan="alertaction"
background="#FFFFFF" height="100%" width="100%" align="center" valign="top"></camera>
Camera example: https://studio.rarewire.com/wordpress...
<assign property="var:code" value="[object:nameofcameraalias.scanvalue]" />
<assign property="object:nameofwebalias.url" value="[var:code]" />