You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
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
The text was updated successfully, but these errors were encountered: