MohamedRejeb / Calf

Calf is a library that allows you to easily create adaptive UIs and access platform specific APIs with Compose Multiplatform (Adaptive UI, File Picker, WebView, Permissions...).
https://mohamedrejeb.github.io/Calf/
Apache License 2.0
709 stars 32 forks source link

Add support to choose not by MIME type but by extensions #89

Closed zhelenskiy closed 1 month ago

zhelenskiy commented 1 month ago

It would be more convenient for custom data formats (at least for Desktop, where it is theoretically possible).

For Android it is not possible, for iOS it is possible but by creating a custom MIME type.

MohamedRejeb commented 1 month ago

Thanks for opening this issue, I'm considering adding this features.