-
-
Notifications
You must be signed in to change notification settings - Fork 21.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Directories cannot be entered by selecting items from a FileDialog on Android #8151
Comments
First of all thank you for your report and sorry for the delay. We released Godot 3.0 in January 2018 after 18 months of work, fixing many old issues either directly, or by obsoleting/replacing the features they were referring to. We still have hundreds of issues whose relevance/reproducibility needs to be checked against the current stable version, and that's where you can help us. For bug reports, please also make sure that the issue contains detailed steps to reproduce the bug and, if possible, a zipped project that can be used to reproduce it right away. This greatly speeds up debugging and bugfixing tasks for our contributors. Our Bugsquad will review this issue more in-depth in 15 days, and potentially close it if its relevance could not be confirmed. Thanks in advance. Note: This message is being copy-pasted to many "stale" issues (90+ days without activity). It might happen that it is not meaningful for this specific issue or appears oblivious of the issue's context, if so please comment to notify the Bugsquad about it. |
Seems to be reproducible on master: #18477 |
I could see a few potential fixes:
|
i have the same problem OS: Android 7.0, Samsung Galaxy S6 Edge |
Can confirm still exist. |
I still have this issue with the latest Godot versions: 3.2.1.stable.flatpak and 3.2.2.rc1.official I made a sample app to exhibit the issue: http://code.ffreling.com/fabs/godot-sample-android-filedialog My phone is a Pixel 3a with Android 10. @akien-mga would it be possible to reopen the issue? |
Just ran into this problem. On android I can select a file, but no matter what I do, If I select a folder, it will not do anything. It will not enter the folder to select the files inside. I am using 3.2.2 |
It seems on Android it is not recognizing a double tap on a folder. |
I have also just encountered this issue on 3.3.2. |
Was this closed because it was fixed or has this issue been merged? On the android device, I still cannot select and open a folder in the FileDialog node with 3.5.2 rc2. |
Operating system or device - Godot version:
OS: Android 7.1.1 / LineageOS 14.1
Godot: Godot 2.1.2
Issue description:
There is no way for me to choose a folder from the directory listing and make it the current directory. If I want to change the current directory I need to enter the directory name in the top bar.
Steps to reproduce:
Link to minimal example project:
filetest.zip (ZIP-exported Godot project)
filetest-apk.zip (Contains an exported APK)
The text was updated successfully, but these errors were encountered: