0

我确实使用http://zsprawl.com/iOS/2012/05/navigation-bar-with-nativecontrols-in-cordova/以及最新版本的 Cordova 和 Xcode。我在Javascript中找到了该函数,请看下。

如何链接 index.html?

function onLeftNavButton() {
    window.location("index.html");
}

window.location("file://www/index.html");, window.location("file://index.html"); window.location("./index.html"); 也不工作,如果我window.loction.href也不工作。

如果我这样做,alert("123");它工作正常!

4

1 回答 1

1

我觉得是这样的

windows.location.href = "index.html";

干杯。

于 2012-10-29T12:15:44.127 回答