开发者

Phonegap HTML page redirect

I want to transfer from the index.html page to another page I made a ref tag it succesfully redirected me to the other page but I want to put some alerts to be view on the other page I made a JS function that contains that alert

function testFoo(){ navigator.notification.alert("test alert")}

then called the function in

<body onload="testFoo()"> 
. 
. 
. 
</body> 

But the alert is giving me a an input text field & a strange message

---->  [] 

when I hit ok or cancel it askes for --> getToken, usePolling & some strange stuff

I'm using android Emulator ANy idea开发者_如何学JAVAs ??


It's a bug in 0.9.6. Download the 1.0.0rc1 candidate for the fix.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜