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

compose: "Attach images or videos" button not working for videos on iOS #1308

Open
chrisbobbe opened this issue Jan 27, 2025 · 2 comments
Open
Labels
a-compose Compose box, autocomplete, attaching files/images a-iOS Issues specific to iOS, or requiring iOS-specific work

Comments

@chrisbobbe
Copy link
Collaborator

I just got this error dialog on iOS when trying to upload a short video; screenshot below. In a quick experiment, I was able to resolve the error with a rough sketch at using the first-party image_picker plugin, i.e.:

So let's plan to fix by doing #855 properly, including manual testing etc. (which I don't have time to prioritize right now).

@chrisbobbe chrisbobbe added a-compose Compose box, autocomplete, attaching files/images a-iOS Issues specific to iOS, or requiring iOS-specific work labels Jan 27, 2025
@chrisbobbe
Copy link
Collaborator Author

For this feature, it looks like the image_picker API to use (and the one that defeated the error in my quick experiment) is pickMedia.

@chrisbobbe
Copy link
Collaborator Author

Completing this issue requires testing the affected upload-from-gallery UI on both platforms:

  • Upload an image on iOS
  • Upload an image on Android
  • Upload a video on iOS
  • Upload a video on Android

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
a-compose Compose box, autocomplete, attaching files/images a-iOS Issues specific to iOS, or requiring iOS-specific work
Projects
Status: No status
Development

No branches or pull requests

1 participant