You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, is there a way to perform a more specific filtering, by only listing out PNG and JPG only, and rejecting GIF file? This is because at the moment, our app doesn't support GIF
Thanks.
The text was updated successfully, but these errors were encountered:
yccheok
changed the title
Is it possible to only list out images without GIF?
Is it possible to only list images without GIF?
Aug 6, 2021
Thank you for providing this useful multiple images selection library.
I understand that we can perform filtering for image only
imagePicker.settings.fetch.assets.supportedMediaTypes = [.image]
However, is there a way to perform a more specific filtering, by only listing out PNG and JPG only, and rejecting GIF file? This is because at the moment, our app doesn't support GIF
Thanks.
The text was updated successfully, but these errors were encountered: