Is there a way to check on which type of browser the frontend is currently displayed?
Chrome and even Firefox render my dashboards, well, not really the same, but at least predictable.
The Android companion app on the other hand seems to have a very different understanding of sizes.
While on Android 11 the fonts are a bit too wide (preloaded), on Android 10 and before (old tablets for wall mount) the fonts take about 1.5 times the space compared to “normal” browsers:
Chrome on Windows: ___________________ Android Companion App:
Whatever size base I use (rem
, em
, px
), there’s no common ground.
The great layout-card with it’s mediaquery
does not help in this case since I need a pixel to real world-factor, not monitor width in pixels.
Does anybody know how to circumvent this oddity?