是否可以加载外部 index.html(包含cordova.js)而不是本地的?
我在 appdelegate.m 中找到了这段代码:
self.viewController.wwwFolderName = @"www";
self.viewController.startPage = @"index.html";
我试图引用一个外部网址,但没有运气......有人知道这个解决方案吗?
ps
使用 android 很简单:
super.loadUrl("http://192.168.1.135:3000/");