Skip to content

Commit 35d6abc

Browse files
committed
add maximum scale to viewport meta tag to try and solve issue on iphones
1 parent e8befc4 commit 35d6abc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/routes/__root.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ export const Route = createRootRoute({
2424
},
2525
{
2626
name: "viewport",
27-
content: "width=device-width, initial-scale=1",
27+
content: "width=device-width, initial-scale=1, maximum-scale=1",
2828
},
2929
...seo({
3030
title: "Andrew Scherer",

0 commit comments

Comments
 (0)