vinceglb / FileKit

Pick and save Files, Medias and Folder for Kotlin Multiplatform / KMP and Compose Multiplatform / CMP
https://vinceglb.github.io/FileKit/
MIT License
465 stars 16 forks source link

fix ios pick video use UTTypeMovie for pick video or media in ios #67

Closed the-best-is-best closed 1 month ago

the-best-is-best commented 1 month ago

please accept this pull request for fix ios picker video immediately

the-best-is-best commented 1 month ago

I switching to UTTypeMovie is often a good workaround because it is broader and accepts more variations of video formats, including different encodings or embedded tracks that might be present in your MP4 file. If UTTypeMovie works consistently, it may be the more reliable choice for scenarios where format compatibility is uncertain.