当前位置:  开发笔记 > 编程语言 > 正文

如何在phonegap中添加按钮功能?

如何解决《如何在phonegap中添加按钮功能?》经验,为你挑选了1个好方法。

我是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");
}

有谁知道如何解决我的问题?谢谢你..



1> nithin..:

只需将结束"(双引号)放在body标签中即可



当我这样做时,我讨厌它:)
推荐阅读
低调pasta_730
这个屌丝很懒,什么也没留下!
DevBox开发工具箱 | 专业的在线开发工具网站    京公网安备 11010802040832号  |  京ICP备19059560号-6
Copyright © 1998 - 2020 DevBox.CN. All Rights Reserved devBox.cn 开发工具箱 版权所有