We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug When a user select select photo or video on Android 14, the gallery screen goes black but screen title still show.
select photo or video
To Reproduce Steps to reproduce the behavior:
READ_MEDIA_VISUAL_USER_SELECTED
READ_MEDIA_IMAGES
READ_MEDIA_VIDEOS
Expected behavior Expected that selected images or video will be appeared on gallery view.
Screenshots If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Smartphone (please complete the following information):
Additional context When a developer removed READ_MEDIA_VISUAL_USER_SELECTED that made me wonder how it is possible.
The text was updated successfully, but these errors were encountered:
@farshadmb Thanks for reaching out again!! As mentioned in the latest release v2.3 (https://github.com/SimformSolutionsPvtLtd/SSImagePicker/releases/tag/2.3), Partial access feature will be coming soon so we will take care this issue once started. Thanks!
Sorry, something went wrong.
yashwantgowla-simform
No branches or pull requests
Describe the bug
When a user select
select photo or video
on Android 14, the gallery screen goes black but screen title still show.To Reproduce
Steps to reproduce the behavior:
READ_MEDIA_VISUAL_USER_SELECTED
andREAD_MEDIA_IMAGES
orREAD_MEDIA_VIDEOS
Expected behavior
Expected that selected images or video will be appeared on gallery view.
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Smartphone (please complete the following information):
Additional context
When a developer removed
READ_MEDIA_VISUAL_USER_SELECTED
that made me wonder how it is possible.The text was updated successfully, but these errors were encountered: