-
|
I do have mp3 files downloaded in the device, still can't pick any audio file. Am I missing something? |
Beta Was this translation helpful? Give feedback.
Answered by
vinceglb
Oct 8, 2025
Replies: 1 comment 1 reply
-
|
On which platforms does it not work? It should be working with something like this: val audio = FileKit.openFilePicker(type = FileKitType.File(listOf("mp3"))) |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
VedantpD
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
On which platforms does it not work?
Can you share the code you have tried so far?
It should be working with something like this: