Skip to content
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

Dialogs not working in Android #1246

Closed
mat-l opened this issue Apr 10, 2021 · 2 comments
Closed

Dialogs not working in Android #1246

mat-l opened this issue Apr 10, 2021 · 2 comments
Labels
bug A crash or error in behavior.

Comments

@mat-l
Copy link

mat-l commented Apr 10, 2021

Describe the bug
A clear and concise description of what the bug is.

To Reproduce
Steps to reproduce the behavior:

  1. Go to
    def action_select_folder_dialog(self, widget):
  2. 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:
Screenshot_20210410_194200_de.mnethome.blockapp.blockapp.jpg

Instead of the question it is only showing this:
Screenshot_20210410_214116_de.mnethome.blockapp.blockapp.jpg

Environment:

  • Operating System: Linux Fedora 33
  • Python version: 3.9.2
  • Software versions:
    • Briefcase: briefcase 0.3.5
    • Toga:
    • toga-core 0.3.0.dev26; toga-gtk 0.3.0.dev26; toml 0.10.2

Additional context
Add any other context about the problem here.

@mat-l mat-l added the bug A crash or error in behavior. label Apr 10, 2021
@mat-l mat-l changed the title select_folder_dialog / open_file_dialog not working in Android Dialogs not working in Android Apr 10, 2021
@freakboy3742
Copy link
Member

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.

@mat-l
Copy link
Author

mat-l commented Apr 11, 2021

@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.

https://toga.readthedocs.io/en/latest/reference/api/window.html
grafik

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug A crash or error in behavior.
Projects
None yet
Development

No branches or pull requests

2 participants