随笔分类 -  Ionic

摘要:http://sandy.int.ru/xcode/xcode7zaizhichiipaddeshebeizhongyaozhichifenping.html在更新APP的时候发现ERROR ITMS-90474,ERROR ITMS-90475等错误。看了一下错误日志发现提示不支持分屏错误信息:S... 阅读全文
posted @ 2015-11-11 17:34 Waichung 阅读(793) 评论(0) 推荐(0)
摘要:Add this line to your Build Settings -> Header Search Paths:"$(OBJROOT)/UninstalledProducts/$(PLATFORM_NAME)/include"source site:http://forum.ionicfra... 阅读全文
posted @ 2015-11-11 16:48 Waichung 阅读(257) 评论(0) 推荐(0)
摘要:使用以下代码:ionic.Platform.exitApp();在控制器中增加:$scope.Quit = function(){ ionic.Platform.exitApp();} 阅读全文
posted @ 2015-05-04 10:26 Waichung 阅读(545) 评论(0) 推荐(0)