ManSangSin / Rhythm-Code

https://starter-kit-al84.onrender.com/
ISC License
3 stars 7 forks source link

Responsive design - map rotation #46

Open TianshengC opened 8 months ago

TianshengC commented 8 months ago

Create “Please rotate your screen” map cover (shows when screen is too narrow)

mferryRV commented 8 months ago

To support mobile widths, follow this Figma design on page "Mobile wireframe...".

image

When a screen is too narrow, we need to display a prompt requesting the user to turn their screen for accurate viewing.

The MapSection component will need the following functionality when the screen is too narrow:

This ticket depends on #43

mferryRV commented 8 months ago

Per Roger - To avoid user interaction, you can overlay a transparent layer which blocks the clicks. When you rotate to the correct orientation, the layer is hidden.