S. K.

Results 8 comments of S. K.

Add a sound in the success callback... ``` QRScanner.scan(displayContents); function displayContents(err, text) { var audio = new Audio(); audio.src = 'path/to/audio.mp3'; audio.play(); if(err) { alert(error); } else { alert(text); }...

Would be great, as many phones today have multiple cameras...

It would be nice to have responsive preview tho...

Use .takeSnapshot function... it will not close the preview. Btw AR stuff should be handled via native side imho

I'm not an Android developer but i think that it could be fixed by implementing `SensorManager.remapCoordinateSystem` I will try my best to fix it.

Yep, it works. Gotta add the device orietation check to use the right axis while remapping.

I'm working on another project... sorry. I dont know if it was fixed. You could try to test it and confirm for yourself better. My test code was something like...

Hmm so it's drawn using webgl. The rendering of the components appears on `CardboardUI.prototype.onResize` call. So i was able to tweak that there. Gonna find a way to make them...