-
Notifications
You must be signed in to change notification settings - Fork 41
Description
Tested in Android 13 Real Device.
If you start the scan for the first time, it will ask for camera permission, but if the user selects the option to only allow "one time" the plugin never shows the prompt again, when it should.
Now, if the user opts for don't permit then the modal pops up alerting the user to go to settings, works fine.
but then, if the user selects for android to prompt him everytime, when he tries again to scan, the permission will still show as denied, only going away if he chooses to always give permission.
this is some strange behavior which is not inline even with the camera plugin which shows "prompt" | "granted" | "denied" accoardingly.
I checked the repo and it just throws error based on the outsystem plugin. maybe it's an error by the third party plugin? one of the downsides of choosing to use a third party...