Thai Nguyen

Results 4 comments of Thai Nguyen

Hi, this should be worked well. First, add **adapter.js** from https://github.com/webrtc/adapter. After that clone this: `git clone https://github.com/quocthai95/instascan.git` Run: `npm i` to install necessaries Use gulp to release final code:...

Hi @johnatitide , Did you install gulp latest version (4.0.0) ? If so, please try to restrict it to 3.9.1. FYI: [https://github.com/ampproject/docs/issues/793#issuecomment-354836162](url) Or can you provide which commands u did...

> Any chance the constraint fixes will be merged back to schmich's repo? I've created new pull request. Wait for accepting ^^

@fariskas , Use regexp to test whether it matches /back/ then start it, so you can have back camera as default. `Instascan.Camera.getCameras().then(function (cameras) { if(cameras[0].name.match(/back/i)){ scanner.start(cameras[0]); } else if(cameras[1].name.match(/back/i)){ scanner.start(cameras[1]);...