MP3 listing (using *.mp3 filter) in Android FileChooser shows greyed-out/unselectable MP3 files

This doesn’t seem to occur using the native file chooser from a non-JUCE app, so I’m not sure what is different, i.e. MP3 files are both shown and are selectable in non-JUCE apps.

Bumping this. Is this reproducible on your end? Any help appreciated.

myFileChooser("Select an audio file...", File(), "*.wav;*.mp3;*.aif")

This should be fixed here:

https://github.com/WeAreROLI/JUCE/commit/6275af35887ac79a692451dcfd7f6f92063802c7

1 Like

Perfect, thank you!