phonegap初始页配置
在Android中,phonegap的默认首页是index.html,可以通过super.loadUrl("file:///android_asset/www/index.html");自由配置。
那么在ios内,是在AppDelegate.m中修改
self.viewController.wwwFolderName = @"www";
self.viewController.startPage = @"index.html";
相关推荐
  quzishen    2013-07-17  
   故作坚强    2013-07-15  
   爱技术爱生活TAO    2013-07-06  
   临碣秘藏    2013-07-10  
   czpaex    2011-09-11  
   益之    2014-01-09  
   yxwang0    2014-01-09  
   朱莉的乔夫    2014-09-05  
   朱莉的乔夫    2015-03-26  
   朱莉的乔夫    2015-03-13  
   益之    2015-04-21  
   临碣秘藏    2015-05-12  
   quzishen    2016-01-20  
   爱技术爱生活TAO    2016-01-07  
   tenda    2012-09-08  
   临碣秘藏    2012-05-30  
   老菜鸟自习室    2012-04-07  
 