zxing-typescript
zxing-typescript copied to clipboard
Does not work with default Android browser
Works ok in Chrome browser on Android but not with default Android Browser (Samsung). Most probably because of TypedArray implementation, needs research.
I've tried it with the Chrome Browser on latest android and can confirm it is also not working.
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 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).
I created a PR that should fix iOS 11 compatibility. Can't test on Android though..