-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
Expected task duration: 2 hours
Reward for accepted PR: US$50
Summary
When a user has Auto-Rotate enabled and uses the app in horizontal mode the app's sharing buttons are stretched to become very wide in width but very short in height. Depending on the display's dimensions this can make the buttons very hard to tap.
Problem Description
Currently, the button are always displayed one below another, even if there's more width than height available on the screen.
Implementation Instructions
Instead, the following behavior should be implemented:
- When there's more height than width available: The old behavior should be used where buttons are displayed one below another (rows).
- When there's more width than height available: The button should be displayed next to each other in columns.

Metadata
Metadata
Assignees
Labels
No labels