我一直试图让sms应用程序加载到我的三星
注4我用来测试使用
开发的应用程序intel xdk ide(Cordova Application)。以下是我
的点击事件我正在使用它没有按预期工作。
//.numbers class element is created dynamically
$(document).on("click",".numbers a",function(e){
//stop link from refreshing
e.preventDefault();
//the alert below will work when uncommented
//alert("event works");
//The function call below will not work.
//note I am using a real number in my app
//and it will work if I call if from another button on click event
intel.xdk.device.sendSMS("hello","8161234567");
});
谢谢你, Larry J Lane
答案 0 :(得分:0)
我发现了问题。这是一个array.push 函数调用错过了结束)。