Force Desktop version on mobile devices? #558
-
Hi I don't like the mobile website layout. Switching to Desktop Website on my mobile device works fine but I would like to make this the default view on mobile devices, especially for |
Beta Was this translation helpful? Give feedback.
Answered by
labmecanicatec
Jun 30, 2025
Replies: 1 comment 4 replies
-
I don't like it either; it confuses users. Please give me a few days to create a PR where the admin can configure whether or not the mobile views are displayed. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes, it is already enabled with $conf['settings']['schedule']['load.mobile.views'] = 'false';.
Make sure you have the latest version of LibreBooking.
You should also update your config.php, and given the recent changes, run composer update.