Heim > Fragen und Antworten > Hauptteil
手机浏览器扫描二维码时报错:cordova_not_avaliable,但是打包成app,扫描没有问题
import {BarcodeScanner } from "ionic-native";
BarcodeScanner.scan().then((result) => {
alert(result.text);
}, (err) => {
alert(err);
});