WebLM mobile version intagration
Posted: Thu May 28, 2026 12:21 pm
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:
P.S.
I hope the developers will add it in the next update.
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">I hope the developers will add it in the next update.