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

bug: Mobile layout doesn't show on mobile #2241

Open
AnthonyGress opened this issue Feb 3, 2025 · 1 comment
Open

bug: Mobile layout doesn't show on mobile #2241

AnthonyGress opened this issue Feb 3, 2025 · 1 comment

Comments

@AnthonyGress
Copy link

AnthonyGress commented Feb 3, 2025

Describe the bug

When going to homarr on mobile, it shows the default desktop layout even though a there is a different mobile board set. It might make sense to have the mobile layout auto selected by screen width rather than user-agent.

Steps to reproduce

Configure both default and mobile boards, load homarr on mobile (iPad/iPhone).

Impact

Not usable on mobile

Additional information

No response

Version

1.4.0

Installation method

Docker Run

Browser

Safari

@Meierschlumpf
Copy link
Member

Hey @AnthonyGress
As you already mentioned we currently use the user-agent to detect if it is a mobile device. For that we are using a function from nextjs. So the bug would probably be there, that said we are currently working on a responsive layout system similar to 0.15.10 and before. There it will use the layout accordingly to the screen size. So mobile home boards will no longer be needed. If you are okay, I'm gonna close this issue and mark it as duplicate of #2269

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants