mirror of
https://github.com/ClipFusion-org/clipfusion.git
synced 2025-08-05 18:15:08 +00:00
ui: disabled zooming in and out on mobiles to behave more like a native app
This commit is contained in:
parent
5c6aebb5c5
commit
c36b239ada
@ -34,6 +34,8 @@ export default async function RootLayout({
|
|||||||
<html lang="en" suppressHydrationWarning>
|
<html lang="en" suppressHydrationWarning>
|
||||||
<head>
|
<head>
|
||||||
<meta name="apple-mobile-web-app-title" content="ClipFusion" />
|
<meta name="apple-mobile-web-app-title" content="ClipFusion" />
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
|
||||||
|
<meta name="HandheldFriendly" content="true" />
|
||||||
<Analytics/>
|
<Analytics/>
|
||||||
</head>
|
</head>
|
||||||
<body className={`${geist.variable} ${geistMono.variable} antialiased`}>
|
<body className={`${geist.variable} ${geistMono.variable} antialiased`}>
|
||||||
|
Loading…
Reference in New Issue
Block a user