-
Notifications
You must be signed in to change notification settings - Fork 802
fix(iOS): image picker filters #21192
New issue
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
base: master
Are you sure you want to change the base?
fix(iOS): image picker filters #21192
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR fixes the iOS image picker to properly respect file type filters by implementing filter logic for UIImagePickerController
.
- Adds filter validation logic to check for image and video file extensions
- Implements proper media type filtering based on
FileTypeFilter
configuration - Adds helper methods to identify image and video file types from filter extensions
🤖 Your WebAssembly Skia Sample App stage site is ready! Visit it here: https://unowasmprstaging.z20.web.core.windows.net/pr-21192/wasm-skia-net9/index.html |
🤖 Your Docs stage site is ready! Visit it here: https://unodocsprstaging.z13.web.core.windows.net/pr-21192/docs/index.html |
🤖 Your Docs stage site is ready! Visit it here: https://unodocsprstaging.z13.web.core.windows.net/pr-21192/docs/index.html |
🤖 Your WebAssembly Skia Sample App stage site is ready! Visit it here: https://unowasmprstaging.z20.web.core.windows.net/pr-21192/wasm-skia-net9/index.html |
GitHub Issue: closes https://github.com/unoplatform/ziidms-private/issues/78
PR Type:
What is the current behavior? 🤔
iOS image picker is not respecting the filters
What is the new behavior? 🚀
PR Checklist ✅
Please check if your PR fulfills the following requirements:
Screenshots Compare Test Run
results.Other information ℹ️