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

Bug: can't upload multiple files on mobile #2089

Closed
taoeffect opened this issue Jun 18, 2024 · 2 comments
Closed

Bug: can't upload multiple files on mobile #2089

taoeffect opened this issue Jun 18, 2024 · 2 comments
Labels
App:Frontend Kind:Bug Kind:Enhancement Improvements, new features, performance upgrades, etc. Note:UI/UX

Comments

@taoeffect
Copy link
Member

Problem

On Android, when I go to pick a picture using the file picker, I can only choose one file at a time, and then when I choose another file it replaces the first picture that I chose.

This means there's no way to post multiple pictures at once on mobile (at least on Android, I haven't tested iOS).

Solution

Ideally, you should be able to pick multiple files at once in the media picker.

Alternatively, if that is impossible for some reason, then you should be able to add files to the existing set of files that are being attached.

@taoeffect taoeffect added Kind:Bug Kind:Enhancement Improvements, new features, performance upgrades, etc. App:Frontend Note:UI/UX labels Jun 18, 2024
@SebinSong
Copy link
Collaborator

@taoeffect, I am actually able to select and attach mutlple files via the live staging site on my android phone.

@taoeffect
Copy link
Member Author

Interesting! It seems to be based on what file thingy you choose.

On mine I click the attachment icon, -> click "Media picker" -> then it opens up the built-in GrapheneOS file manager.

At the top of the GrapheneOS file manager, it says "Browse files in other apps". If I choose "Media picker" again from that large list of apps, then it will open up a view that will let me pick multiple files at once.

On iOS (just tested) it works just fine. So I'll chalk this up to GrapheneOS weirdness and close the issue.

taoeffect pushed a commit that referenced this issue Jun 21, 2024
* remove edit poll menu

* remove unused constants

* fix the linter err

* restore delete option
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
App:Frontend Kind:Bug Kind:Enhancement Improvements, new features, performance upgrades, etc. Note:UI/UX
Projects
None yet
Development

No branches or pull requests

2 participants