mirror of
https://github.com/owncast/owncast.git
synced 2024-11-22 12:49:37 +03:00
fix(mobile): request to disable mobile web auto scaling. Closes #2970
This commit is contained in:
parent
81172a053c
commit
02ac697bcf
1 changed files with 6 additions and 0 deletions
|
@ -91,6 +91,12 @@ export const Main: FC = () => {
|
|||
<meta name="msapplication-TileColor" content="#ffffff" />
|
||||
<meta name="msapplication-TileImage" content="/img/favicon/ms-icon-144x144.png" />
|
||||
<meta name="theme-color" content="#ffffff" />
|
||||
<meta
|
||||
name="viewport"
|
||||
content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"
|
||||
/>
|
||||
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
|
||||
|
||||
<base target="_blank" />
|
||||
</Head>
|
||||
|
||||
|
|
Loading…
Reference in a new issue