You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On Android, there's no way to open a folder via FileDialog because the touch is not recognized.
This makes FileDialog completely useless in mobile projects.
Steps to reproduce
Open the reproduction project.
Export for Android.
In the test smartphone, enable the permissions for writing and reading on external storage.
Godot version
3.3.4.stable
System information
Android
Issue description
On Android, there's no way to open a folder via
FileDialog
because the touch is not recognized.This makes
FileDialog
completely useless in mobile projects.Steps to reproduce
Minimal reproduction project
FileDialogTouchBug.zip
The text was updated successfully, but these errors were encountered: