尝试在iPhone上的Phonegap中使用外部链接时出错

时间:2012-08-14 08:14:08

标签: ios cordova cordova-2.0.0

我正在尝试使用http://192.168.1.142/jasmine-device_2/login.html

在phonegap中使用外部链接(cordova2.0.0

它适用于本地

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。

中正常工作

提前致谢。

1 个答案:

答案 0 :(得分:1)

你是否在plist文件中添加了url,如果没有尝试这个

转到plist文件(在xcode / Supporting Files / cordova.plist中),您需要将该字符串添加为ExternalHosts的子节点。为此,首先单击ExternalHosts标签左侧的小箭头,使箭头指向下方(这是至关重要的)。然后右键单击ExternalHosts标签并单击“添加行”。然后将新行值设置为您想要的任何值