WebLM mobile version intagration

Issues related to WebLM
Post Reply
samo733792
Posts: 12
Joined: Fri Oct 18, 2024 8:44 am

WebLM mobile version intagration

Post by samo733792 »

I often have to work on a WebLM on a mobile phone, but in the stock version of the website, it is very difficult to do and generally not convenient.
That's why a make one css file, which will make the site compatible for mobile devices with minimum changed in stock files.

Instructions:
1. Copy mobile.css file to folder /css/.
2. Add two lines in head section in two files index.php and login.php:

Code: Select all

<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="css/mobile.css">
mobile.7z
(1.53 KiB) Downloaded 33 times
P.S.
I hope the developers will add it in the next update.
Post Reply