influxdata / chronograf

Open source monitoring and visualization UI for the TICK stack
https://www.influxdata.com/time-series-platform/chronograf/
Other
1.5k stars 257 forks source link

FeatureRequest: Dashboard in FullScreen-Mode #6027

Open Gill-Bates opened 1 year ago

Gill-Bates commented 1 year ago

When adding the tag <meta name="apple-mobile-web-app-capable" content="yes"> to the HTML-Sourcecode of Chronograf, the Dashboards would run in fullscreen on iPads.

Example:

<!DOCTYPE html>
<html>

<head>
    <meta http-equiv="Content-type" content="text/html; charset=utf-8">
    <meta name="apple-mobile-web-app-capable" content="yes">
    <title>Chronograf</title>
    <link rel="icon shortcut" href="/favicon.fa749080.ico">
    <link rel="stylesheet" href="/src.9cea3e4e.css">
</head>

<body>
    <div id="react-root" data-basepath=""></div>
    <script src="/src.a969287c.js"></script>
</body>

</html>