【发布时间】:2012-08-14 08:14:07
【问题描述】:
我正在尝试使用cordova2.0.0在phonegap中使用外部链接(http://192.168.1.142/jasmine-device_2/login.html)
这个地方很好用
self.viewController.wwwFolderName = @"www";
self.viewController.startPage = @"index.html";
但显示错误
ERROR:Start Page at 'http://192.168.1.142/jasmine-device_2/login.html' was not found. 用于下方
self.viewController.wwwFolderName = @"http://192.168.1.142/jasmine-device_2";
self.viewController.startPage = @"login.html";
如何在 iPhone 中使用外部链接。此外,此外部链接在android phonegap 中运行良好。
提前致谢。
【问题讨论】:
标签: ios cordova cordova-2.0.0