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
I build the Android app with 'briefcase create android' and 'briefcase build android' with Docker in the background.
Expected behavior
Using 'briefcase dev' I am able to run the application on my Linux laptop and the 'select_folder_dialog' or 'open_file_dialog' are working.
On Android the file or fodler picking function is not working
Screenshots
Instead of file picking it is only showing this:
Thanks for the report. File dialogs aren't currently implemented on mobile platforms (although #1158 exists as a potential fix for file dialogs on Android).
However, we don't track "not implemented yet" features as bugs, as it doesn't help us manage the task of managing the list of features that need to be implemented.
@freakboy3742 Thanks for your quick feedback.
Maybe the documentation should be adjusted, as this site communicates, that the window functions do work already on all platforms.
Describe the bug
A clear and concise description of what the bug is.
To Reproduce
Steps to reproduce the behavior:
toga/examples/dialogs/dialogs/app.py
Line 75 in 19e89a7
Expected behavior
Using 'briefcase dev' I am able to run the application on my Linux laptop and the 'select_folder_dialog' or 'open_file_dialog' are working.
On Android the file or fodler picking function is not working
Screenshots
Instead of file picking it is only showing this:
Instead of the question it is only showing this:
Environment:
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: