Is there such a plugin?
Is there such a plugin?
Is there such a plugin?
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)