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

Text panel obscures map and pin on mobile #2168

Open
Shienny1 opened this issue Jul 2, 2024 · 1 comment
Open

Text panel obscures map and pin on mobile #2168

Shienny1 opened this issue Jul 2, 2024 · 1 comment
Labels
Priority - High Production requires hotfix Ready for dev lead Issue ready for dev lead to review Role: Front-end Front End Developer

Comments

@Shienny1
Copy link
Member

Shienny1 commented Jul 2, 2024

severity 4/5
Very hard to see location on map on mobile devices

Problem:

On mobile, tapping a result to get details loads org detail view, but layout of split screen obscures map and pin, and pin is off-screen.

User goal:

to get see the cross streets of the location indicated on the map so i tap on the icon

my expectation:

To zoom in to that specific location and see more information of the name and hours of operation (maybe covering maximum bottom half, and leave the upper half of the screen on the map showing the selected location zoomed in.

actual result:

80% screen covered by TEXT on location's information etc. Covering the map.
So I swipe down to open the window to map again.
BUT the map window has migrated to a different location, no where close to the selected location.

screenshots and video

Devlasite_Textpanel.on.Map.mov

image

possible solutions

make map larger - see figma designs - I believe it’s supposed to be 50% text at first? — Bryan

Ensure that with new split-screen view that pin is centered in map viewport at first load. This might mean calculating visible map and centering it as text panel is resized.

for example if text is 80% of screen, map is remaining 20% and pin should be at approx 10%.

Ideally the selected pin and the user’s location are both visible on the map at the same time. This will give them a sense of location relative to where they are now.

Stretch goal: if pin is centered, then keep it centered as user resizes text panel.

@Shienny1 Shienny1 changed the title Bug: ICON on map goes to another part of the map when tapped (Mobile) Bug: Sometime result shows a different zip code from what's entered Jul 3, 2024
@Shienny1 Shienny1 added the Priority - Med Needs to be in the next release label Jul 3, 2024
@fancyham fancyham changed the title Bug: Sometime result shows a different zip code from what's entered Text covers obscured map and pin on mobile Jul 4, 2024
@fancyham
Copy link
Collaborator

fancyham commented Jul 4, 2024

Changed title, added some text, added formatting (using markdown https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet) and inserted the screenshot and video into the issue itself (better for easy reference - drag and drop or attach those media files). Also tagged it for devs to look at.

@fancyham fancyham added Role: Front-end Front End Developer Ready for dev lead Issue ready for dev lead to review Priority - High Production requires hotfix and removed Priority - Med Needs to be in the next release labels Jul 4, 2024
@fancyham fancyham changed the title Text covers obscured map and pin on mobile Text panel obscures map and pin on mobile Jul 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Priority - High Production requires hotfix Ready for dev lead Issue ready for dev lead to review Role: Front-end Front End Developer
Projects
Status: Prioritized Backlog
Development

No branches or pull requests

2 participants