qrcode_scanner
qrcode_scanner copied to clipboard
Request for permission only when scanner is called?
Right now the app asks for camera and files permissions on boot but I need it to only ask for it if the user wants to use the camera or the library. I don't find anything in AndroidManifest.
Did this get fixed? I need this as well.
Me too. Showing permission dialogs to user when app starts wont be a good experience .
Indeed, this is pretty annoying!
FWIW I have created a fork of this repo to fix just this problem: https://github.com/eliezedeck/qrcode_scanner
FWIT I have created a fork of this repo to fix just this problem: https://github.com/eliezedeck/qrcode_scanner
@eliezedeck does this work fine on iOS?
@eliezedeck does this work fine on iOS?
I have modified only the Android files. If iOS has this same issue, I'm sure the problem is still there. Sorry, I only have Android to test.
This repo doesn't actually support iOS the last time I checked. I moved to a different package.