I have a very simple app that calls the SMSComposer and it seems to work but there is a 10 second delay between calling the plugin and getting the SMS page up together with the error in the console "wait_fences: failed to receive reply: 10004003".
Has anyone else experienced this and have a fix or workround?
I am using iphone 3GS with IOS5.0, xcode 4.2
function onDeviceReady()
{
// do your thing!
navigator.notification.alert("PhoneGap is working")
}
function sendsms () {
console.log ("start sms");
window.plugins.smsComposer.showSMSComposer('01234567890', 'hello');
console.log ("loaded sms");
}
I have a very simple app that calls the SMSComposer and it seems to work but there is a 10 second delay between calling the plugin and getting the SMS page up together with the error in the console "wait_fences: failed to receive reply: 10004003".
Has anyone else experienced this and have a fix or workround?
I am using iphone 3GS with IOS5.0, xcode 4.2
function onDeviceReady() { // do your thing! navigator.notification.alert("PhoneGap is working") } function sendsms () { console.log ("start sms"); window.plugins.smsComposer.showSMSComposer('01234567890', 'hello'); console.log ("loaded sms"); }
Hey, it's PhoneGap!
Send SMS