Skip to content

[v1.1] UI: Display buttons in columns during landscape mode #13

@patrickd-

Description

@patrickd-

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.

Image

Image

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.
Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions