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