我正在使用 phonegap 在 ios 上构建一个混合应用程序。当我运行它时,在模拟器屏幕上显示的默认文件是 www 文件夹中的 index.html 问题是,我可以在开始时加载外部页面,如“www.mysite.com/mobile”吗?
我试图改变“AppDelegate.m”的代码
从
self.viewController.wwwFolderName = @"www";
self.viewController.startPage = @"index.html";
至
self.viewController.wwwFolderName = @"";
self.viewController.startPage = @"www.mysite.com/mobile";
但是当我在设备上运行它时出现错误:
错误:找不到“/wwww.mysite.com/mobile”的起始页