備忘録
htmlでダブルタップして勝手に拡大されるのを防ぐ
index.html
<head>
<!--styleタグの中身をstyleで指定すればOK-->
<style>
html {touch-action: manipulation;}
</style>
</head>
Go to list of users who liked
More than 1 year has passed since last update.
備忘録
htmlでダブルタップして勝手に拡大されるのを防ぐ
<head>
<!--styleタグの中身をstyleで指定すればOK-->
<style>
html {touch-action: manipulation;}
</style>
</head>
Register as a new user and use Qiita more conveniently
Go to list of users who liked