[Vuejs]-Access to mobile device camera with flutter app that integrates vue3 website

0👍

Fixed my issue, by using a complete qr-code-reader component.

I tried this one first: https://gruhn.github.io/vue-qrcode-reader/
But I ran into several issues with it and found out, that is doesn’t seem to be compatible with vue3.

Found this lib, that provides nearly the same functionality (except the torch ):) and is compatible with vue3: https://github.com/HJ29/vue3-qr-reader

Leave a comment