私は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");
それはうまく機能しています!