zxing-typescript icon indicating copy to clipboard operation
zxing-typescript copied to clipboard

Does not work with default Android browser

Open aleris opened this issue 7 years ago • 4 comments

Works ok in Chrome browser on Android but not with default Android Browser (Samsung). Most probably because of TypedArray implementation, needs research.

aleris avatar Jul 07 '17 12:07 aleris

I've tried it with the Chrome Browser on latest android and can confirm it is also not working.

RicardoVaranda avatar Aug 02 '17 13:08 RicardoVaranda

i have tested this sample on iOS 11 Safari - and i only get a black screen , i am able to detect both camera , but sorry not working for me . Nice code @aleris i wish you well

ddwyer avatar Sep 15 '17 12:09 ddwyer

@ddwyer Thanks for testing. Indeed browser support is not so great at the moment. My plan is to work on browser coverage after having two barcode types fully implemented (QR is done, pdf417 is in work).

aleris avatar Sep 15 '17 12:09 aleris

I created a PR that should fix iOS 11 compatibility. Can't test on Android though..

werthdavid avatar Oct 25 '17 19:10 werthdavid