我确实使用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");
它工作正常!