System image picker support? #295
Labels
No Milestone
No Assignees
3 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: shadowfacts/Tusker#295
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
On iOS, clients of
UIImagePickerViewController
andPHPickerViewController
can access provide a full-featured image picker without having to request access to the user's photo library. On Mac Catalyst, this also allows the user to use the system file chooser to select a file. Have you considered supporting these?I have, but unfortunately Mastodon's attachment restrictions (up to 4 images OR 1 video) aren't expressible with PHPickerViewController.
Unsure how you would feel about this UI but I would personally be OK with letting the user select whatever they want and flagging them once they hit the restrictions, so they can fix it before posting. This would be similar to the situation where you can just keep pasting into the compose window and go over the limit that way.
That's a possibility. I'll have to think about.
Putting my vote in here for this. I have 50K photos on my phone. Not being able to browse the categories or search for things means any time I post a photo, I go to a different app.
2023.5 (now in TestFlight) uses the system photo picker.