How to select a file with a specific extension on android and iphone

Is there such a plugin?
Is there such a plugin?
Is there such a plugin?

Ios: https://scotth.tech/plugin/docPicker

Android: https://scotth.tech/plugin/androidFilePicker

1 Like

Are there other plugins? It’s just that I have an error with android FIle Picker - it doesn’t find the plugin (everything is fine in the simulation, but not on the phone)

When selecting a file, for some reason, the application exits…
Here is the code:
androidFilePicker.show(“image/*”, system.pathForFile("", system.DocumentsDirectory),
function(event)
print(json.prettify(event))
end)