ionic退出应用


退出应用

$scope.exitApp = function($ionicPlatform) {

if (ionic.Platform.isAndroid() || ionic.Platform.isIOS())

navigator.app.exitApp();

};

你可能感兴趣的:(ionic退出应用)