capacitor-community / barcode-scanner

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

why i cannot get scan result? #173

Closed Jellybing closed 1 year ago

Jellybing commented 1 year ago

when i use like this:

image

but,i cannot get the result ,how can i get this,thanks.

Jellybing commented 1 year ago

and i can see it consoled this result

image
NLueg commented 1 year ago

@Jellybing isn't the URL https://vrimar.github.io/... the content of the QR-Code you scanned?

thegnuu commented 1 year ago

@Jellybing I am not really sure what exactly your issue is ;)

For me it looks like you are missing your console.log because you are filtering for info messages in your log, if you want your message to appear there you need to use console.info, but your result should be visible if you show all messages...

thegnuu commented 1 year ago

I will close this for now, feel free to reopen if you still have issues...