使用插件 phonegap-plugin-mobile-accessibility
插件地址:https://github.com/phonegap/phonegap-mobile-accessibility/
方法:
angular.module('app').controller('IndexController', function ($ionicPlatform, $window) {
? ? ? ? ? $ionicPlatform.ready(function(){
? ? ? ? ? if($window.MobileAccessibility){
? ? ? ? ? ? ? ? ?$window.MobileAccessibility.usePreferredTextZoom(false);
? ? ? ? ? }
? ? ? ? });
});
來源:http://www.it1352.com/130682.html