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

Zoom control is overlapped by round buttons in left-handed mode #127

Open
dasshield opened this issue Sep 16, 2020 · 3 comments
Open

Zoom control is overlapped by round buttons in left-handed mode #127

dasshield opened this issue Sep 16, 2020 · 3 comments
Labels
enhancement New feature or request hacktoberfest https://hacktoberfest.digitalocean.com/ help wanted Extra attention is needed ux User experience, design, aesthetics

Comments

@dasshield
Copy link
Contributor

Steps to reproduce:

  1. Open settings drawer using hamburger button
  2. Switch 'Left-handed' toggle
  3. Zoom control is moved to the right under round buttons
    image
@iamandrewluca
Copy link
Member

More details:

  • zoom buttons are provided from map component
  • location and route buttons are created in react

Solution would be to move one or another to other side

@ralienpp
Copy link
Collaborator

I think that a universal solution would be to

  1. make the "find me" button a part of the zoom controls (Google Maps does it)
    image
  2. and make it have the same style (gray/white, not red)
  3. move the "choose route" button to the center of the screen

Thus, when users chose left/right-handed, only the zoom/location controls change their position, while the route selector is always in the same place, which is easily reachable with the thumb regardless of screen size:
image

The rationale for changing the "find my location" button style is that it will make it less prominent, thus "choose route" becomes the most visible UI widget, further signalizing users to interact with it.

@roata roata added enhancement New feature or request hacktoberfest https://hacktoberfest.digitalocean.com/ help wanted Extra attention is needed ux User experience, design, aesthetics labels Oct 2, 2020
@iamandrewluca
Copy link
Member

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request hacktoberfest https://hacktoberfest.digitalocean.com/ help wanted Extra attention is needed ux User experience, design, aesthetics
Projects
None yet
Development

No branches or pull requests

4 participants