0

我是PhoneGap的新手..我刚开始接触基础知识..10天前..

请告诉我将给定的 Web URL 更改为 android 应用程序和 iphone 应用程序的程序是什么。

例如stackoverflow.com/

请指导我...

期待 APT 解决方案

4

1 回答 1

0

You will find that in the main activity (.java file) of your android project.

super.loadUrl("file:///android_asset/www/index.html");

For iOS you will find it in the AppDelegate.m file

self.viewController.startPage = @"index.html";
于 2013-02-20T14:24:58.023 回答