如何使用cordova处理ios中下载的插件文件夹

时间:2013-11-22 07:54:12

标签: javascript ios cordova

我是iOS开发人员,现在我想使用cordova开发网络。我知道当www文件夹在捆绑包中时如何使用cordova。但是,我想将www文件夹从远程服务器下载到本地沙箱(例如,/ Documents)。现在我想念。

我尝试打开html文件,如下所示:

CDVViewController *controller = [[CDVViewController alloc] init];
controller.wwwFolderName = @"file://~/Documents/www";
controller.startPage = @"index.html";
[self.navigationController pushViewController:controller animated:YES];

但它无法正常工作。它似乎调用了js函数(我在页面中添加了一个alert()调用),但是没有显示html内容。

为什么?

1 个答案:

答案 0 :(得分:1)

您可以将Cordova用作iOS应用程序中的组件。该组件的代号为“Cleaver”。

如果您想在您的母语中使用以显示index.html,则需要使用cordova webview

http://docs.phonegap.com/en/1.9.0/guide_cordova-webview_ios.md.html