Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 GetOrgChart js,它提供了enableZoom的功能,它不会使用鼠标滚动来放大网站,但是,当使用 cordova 部署它时,它仍然允许缩放手势(两个手指缩放),任何防止它在手机里?
在 head 元素中添加以下标签
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">