Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit99f3394

Browse files
committed
fix: modal scale error on safari
1 parent9689e2d commit99f3394

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎app/metadata.ts‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ import type { Metadata, Viewport } from 'next'
55
exportconstkunViewport:Viewport={
66
width:'device-width',
77
initialScale:1,
8-
maximumScale:5,
8+
maximumScale:1,
9+
userScalable:false,
910
themeColor:[
1011
{media:'(prefers-color-scheme: light)',color:'#ffffff'},
1112
{media:'(prefers-color-scheme: dark)',color:'#000000'}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp