Camera.pickImages(...)
ignores limited
permission state
#1325
Labels
Camera.pickImages(...)
ignores limited
permission state
#1325
Bug Report
Plugin(s)
@capacitor/[email protected]
Capacitor Version
Platform(s)
Current Behavior
If the user only allows access to specific images in the app's permissions, all images on the device will still appear in Photo Picker (
Camera.pickImages(...)
).Expected Behavior
I expect the Photo Picker to display only the images for which the user has given permission.
Code Reproduction
I will provide the reproducible example shortly.
Maybe I just misunderstood something.
Other Technical Details
iOS Version: 15.5
Additional Context
I have not much experience with the photo picker on iOS. So far I thought that iOS handles this and restricts access. But apparently the developer has some freedom here.
The text was updated successfully, but these errors were encountered: