您好我有一个网络应用程序,我想启用缩放特定页面
当我添加此代码时:
document.addEventListener('deviceready', function(){
cordova.plugins.ZoomControl.ZoomControl("true");
cordova.plugins.ZoomControl.setBuiltInZoomControls("true");
cordova.plugins.ZoomControl.setDisplayZoomControls("true");
}, function(){
alert('error deviceready');
});`
并且我离开页面特定页面,在所有页面上启用缩放..
我在phonegap build和这个插件上使用jquery mobile:
https://github.com/kumbe/Phonegap-ZoomControl/blob/81f15e3/README.md
答案 0 :(得分:0)
没关系,我把zoomControls放在" false"在main.js
中每个页面我把它与zoomControls放在" true"在main.js之后