1.1.9 • Published 5 years ago

cordova-plugin-scan-input v1.1.9

Weekly downloads
5
License
Apache-2.0
Repository
github
Last release
5 years ago

cordova-plugin-scan-input

扫描二维码和条形码的cordova插件带输入框

安装

ionic cordova plugin add cordova-plugin-scan-input

卸载

ionic cordova plugin rm cordova-plugin-scan-input

支持

安卓
IOS

使用方法

scan.recognize(function (data) {
      console.log(data);
    })