我是phonegap的新手,我想为android开发一个phonegap应用程序..我想在按钮上点击我的html上给一些功能..我已经尝试过这段代码,但它不起作用:
的index.html
PhoneGap
mycode.js
function init() { // the next line makes it impossible to see Contacts on the HTC Evo since it // doesn't have a scroll button // document.addEventListener("touchmove", preventBehavior, false); document.addEventListener("deviceready", deviceInfo, true); } function msg() { alert("button clicked"); }
有谁知道如何解决我的问题?谢谢你..
只需将结束"(双引号)放在body标签中即可