getting [{"id":"","name":"null","_stream":null}] for some android phone in a cordova app #292
Unanswered
priyambadaBestinet
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi ,
i am using Instascan an HTML5 QR scanner in my cordova app to scan QR codes , but for some android models i am getting [{"id":"","name":"null","_stream":null}] for Instascan.Camera.getCameras().then(function (cameras) {
alert(JSON.stringify(cameras));
}).catch(function (e) {
alert(e)
//console.error(e);
});
Beta Was this translation helpful? Give feedback.
All reactions