https://cloud.tencent.com/developer/article/1379785
第一种:
禁止缩放
<meta name="viewport" content="user-scalable=no" />
或者
html { touch-action: manipulation; }
第二种 fastClick