webview中怎么禁止双🈯️放大?

发布于 8 年前作者 liyao3726 次浏览最后编辑 8 年前来自 issues

双🈯️放大以后,布局好难看,应该怎么禁止呢?

1 回复
chao78
chao781 楼6 年前

<meta name=“viewport” content=“width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no”>

在你的html页面的head 标签里加上上边的代码