在点击事件中使用Intel XDK sendSMS功能的问题

时间:2015-08-19 20:05:28

标签: cordova-3

我一直试图让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

1 个答案:

答案 0 :(得分:0)

我发现了问题。这是一个array.push  函数调用错过了结束)。