Skip to content

Commit 6629482

Browse files
committed
set maximum-scale=1 to prevent weird ios zoom behaviours
1 parent 38457ca commit 6629482

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/app.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html lang="{{ str_replace('_', '-', app()->getLocale()) }}">
33
<head>
44
<meta charset="utf-8">
5-
<meta name="viewport" content="width=device-width, initial-scale=1">
5+
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
66

77
<title inertia>{{ config('app.name', 'Laravel') }}</title>
88

0 commit comments

Comments
 (0)