diff options
| author | Terry Truong <terry06890@gmail.com> | 2023-01-22 21:04:20 +1100 |
|---|---|---|
| committer | Terry Truong <terry06890@gmail.com> | 2023-01-22 23:24:01 +1100 |
| commit | d28324f9b716baaaa76cc3a9e2cdf1d54d6040d1 (patch) | |
| tree | f3d559136ca81e13b8c43fd55ef7c318aa404143 /index.html | |
| parent | ef3e6b2fdb8f645be71b7544178cfe2343eaafd0 (diff) | |
Implement pinch zoom
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,7 +7,7 @@ <link rel="icon" href="/favicon.png" /> <link rel="preload" href="/font/Ubuntu-Regular.woff2" as="font" type="font/woff2" crossorigin/> </head> - <body> + <body style="touch-action: none"> <div id="app"></div> <script type="module" src="/src/main.ts"></script> </body> |
