cordova-plugin-dms

0.0.3 • Public • Published

dms身份证读卡插件

开始读卡

document.getElementById('start').addEventListener('click', function() {
    cordova.plugin.dms.startReading(function(data) {
        alert(JSON.stringify(data));
    }, function(message) {
        alert(message);
    });
})

关闭读卡

document.getElementById('end').addEventListener('click', function() {
    cordova.plugin.dms.stopReading(function(data) {
        alert(JSON.stringify(data));
    }, function(message) {
        alert(message);
    });
})

Package Sidebar

Install

npm i cordova-plugin-dms

Weekly Downloads

1

Version

0.0.3

License

ISC

Unpacked Size

341 kB

Total Files

18

Last publish

Collaborators

  • leonooo