1

phonegapを使用してiosでハイブリッドアプリを構築しています。実行すると、エミュレータ画面に表示されるデフォルトのファイルは www フォルダの index.html です

「AppDelegate.m」のコードを変更してみました

から

   self.viewController.wwwFolderName = @"www";
   self.viewController.startPage = @"index.html";

   self.viewController.wwwFolderName = @"";
   self.viewController.startPage = @"www.mysite.com/mobile";

しかし、デバイスで実行すると、次のようなエラーが発生しました。

エラー: "/wwww.mysite.com/mobile" の開始ページが見つかりませんでした

4

0 に答える 0