Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FeatureRequest: Dashboard in FullScreen-Mode #6027

Open
Gill-Bates opened this issue Mar 7, 2023 · 0 comments
Open

FeatureRequest: Dashboard in FullScreen-Mode #6027

Gill-Bates opened this issue Mar 7, 2023 · 0 comments

Comments

@Gill-Bates
Copy link

Gill-Bates commented Mar 7, 2023

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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant