Hi,
How can I disable mobile version of Grafana? I want to have the same view on computer and the mobile.
Currently it looks like this:
Mobile version (it opens automatically on phones):
You probably don’t have to change all CSS files - I haven’t checked, but I
would expect only a very small number to contain the generic definitions for
desktop layout, mobile layout, screen reader guidance, etc, and these are then
used by all the other templates.
An alternative might be to change the User-Agent header presented by the
mobile browser - although it depends on whether Grafana detects the User-Agent
or simply the screen size. The fact that you can select “desktop version” in
your mobile browser suggests the former to me.
You could always consider placing an HTTP proxy in front of Grafana and
configuring it to block or replace the header which the browser presents to
Grafana telling it that you’re using a phone, and always tell Grafana that the
client is a desktop.