我有一个cordova项目,需要从我们的index.html页面授权google maps API调用。我已经通过添加" file:///android_asset/www/default/index.html"成功完成了Android操作。到我们的授权网址。但是我似乎无法为我们的iOS版本获取正确的文件路径。 index.html位于www / default文件夹中,所以我尝试了文件:///www/default/index.html但是这不起作用,有什么想法吗?
答案 0 :(得分:0)
我认为这就是你要搜索的内容:
NSString* path = [[NSBundle mainBundle] pathForResource:@"www/index" ofType:@"html"];