Click here to Skip to main content
15,886,063 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am new to phonegap, so please help me.

i am using Pyo25 plugin to send sms in phonegap android but i got undefine method send error. i hv followed all steps though i got an error.

i am using cordova 2.7

this is my code

var smsSendingPlugin = cordova.require('cordova/plugin/smssendingplugin');

function send() {
C#
smsSendingPlugin.send ("0032472345678", "Hello World !", function() {
   alert("Message sent :-)");
 }, function() {
   alert("Message not sent :s");
 });


}

<body>
<input type='button' value='Send' önClick='javascript:send()' />

please help me.
Posted
Updated 4-Jul-13 2:51am
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900