capacitor-community / barcode-scanner

A fast and efficient (QR) barcode scanner for Capacitor
MIT License
437 stars 169 forks source link

Not implemented on web error #188

Closed Jonathan-Dobson closed 1 year ago

Jonathan-Dobson commented 1 year ago

Describe the bug Not implemented on web error at BarcodeScannerWeb.checkPermission (web.ts:51:1)

To Reproduce Setup a starter barcode scanner according to instructions in readme

Screenshots

image

Version [e.g. v1.0.0]

Desktop (please complete the following information):

thegnuu commented 1 year ago

@Jonathan-Dobson this is right, this plugin does not support web as environment, only ios and android are supported. The original plan was to add support, but since we are currently rewriting the plugin to ml-kit (which only runs natively) we will not add web support in the upcoming future.

It should be possible for you to implement web support by yourself, there are a lot of libraries out there to achieve your goal.

Sorry I cannot provide you better news on this one :)