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 have searched the opened issues and there are no duplicates
Describe the bug
Hello,
im working on an app with flet which i build for android with flet build apk.
I want the app to have an "import database" button which perfectly works under windows, but in android (as an app, installed) the button does not open up a filepicker menu.
first i thought it might be because of the initial folder lacking permission, but i changed it to the same folder (android download folder: "/storage/emulated/0/Download") i use for a csv export button (without filepicker) which works fine because i gave permission in android. but the filepicker menu does not show up.
This discussion was converted from issue #3957 on October 02, 2024 18:23.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Duplicate Check
Describe the bug
Hello,
im working on an app with flet which i build for android with flet build apk.
I want the app to have an "import database" button which perfectly works under windows, but in android (as an app, installed) the button does not open up a filepicker menu.
first i thought it might be because of the initial folder lacking permission, but i changed it to the same folder (android download folder: "/storage/emulated/0/Download") i use for a csv export button (without filepicker) which works fine because i gave permission in android. but the filepicker menu does not show up.
Code sample
Code
To reproduce
Clicking the import button does not open a dialog when using android, works with windows.
Expected behavior
dialog should open
Screenshots / Videos
Captures
[Upload media here]
Operating System
Windows
Operating system details
Android
Flet version
0.24.1
Regression
I'm not sure / I don't know
Suggestions
No response
Logs
Logs
[Paste your logs here]
Additional details
No response
Beta Was this translation helpful? Give feedback.
All reactions