我已经在 webview 上加载了本地 html 页面。
我为IOS运行没有缩放效果。
当我在 android 上运行时,它的节目会为我放大和缩小。
如何停止 android 的缩放效果。
"#aboutWebView":{
url : 'aboutUs.html',
backgroundColor:'transparent',
touchEnabled:true,
willHandleTouches:false,
enableZoomControls:false
}