Ryan Pascal

Results 4 comments of Ryan Pascal

**On Android:** Could you possibly use [DecoratedBarcodeView](https://github.com/journeyapps/zxing-android-embedded/blob/master/zxing-android-embedded/src/com/journeyapps/barcodescanner/DecoratedBarcodeView.java) I could be wrong but I believe that view includes the frame and text at the bottom.

@Maiti Do you have a working example of this you could share?

For anyone who may need help on this. ```JavaScript var myCustomCanvasDraw = function () { this.show = function(){ $(this._canvas).show(); this.active = true; }, this.hide = function () { this.active =...

Do you know if this is possible yet or is it still not possible?