Skip to content

Commit 82db189

Browse files
committed
(fix): prevent zoom on input focus on ios devices
1 parent 7269515 commit 82db189

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pages/index.vue

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
useHead({
33
title: 'Markdown Playground',
44
meta: [
5+
{
6+
name: "viewport",
7+
content: "width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no",
8+
},
59
{
610
name: 'description',
711
content: 'Home page of Markdown Playground',

0 commit comments

Comments
 (0)