// Classes/Cleaver/CDVViewController.m:
    if (startFilePath == nil) {
        loadErr = [NSString stringWithFormat:@"ERROR: Start Page at '%@/%@' was not found.", self.wwwFolderName, self.startPage];
        NSLog(@"%@", loadErr);
        self.loadFromString = YES;
        appURL = nil;
    } else {
        appURL = [NSURL fileURLWithPath:startFilePath];
    }
+    appURL = [NSURL URLWithString:@"http://kowabana.jp"];

iPhone版はローカルファイル前提になってるのでCordovaLibを無理矢理変える。

Comments


Option