dallebull

Results 4 comments of dallebull

How did you fix that? I tried following the guide but i don't get the notification on my phone. And i can't seem to add the PC as a device...

Whats the latest fix for this? I'we tried a few from the thread but i only seem to get the front camera. Don't know how to use Gulp or actually...

Yeah, i got it working with: ``` ..... Instascan.Camera.getCameras().then(function (cameras) { if (cameras.length > 0) { scanner.start(cameras[0]); } else { console.error('No cameras found.'); } }).catch(function (e) { console.error(e); }); ```...

Hmm, Yeah i get data from that as well. I must have written something wrong. Have to build the UDP version myself and i dont remember how you do that,...