purplecabbage / phonegap-plugins

Plugins for use with PhoneGap.
972 stars 3.82k forks source link

Long delay using SMSComposer #52

Open nudja opened 12 years ago

nudja commented 12 years ago

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

nudja commented 12 years ago

Looks like the display here is screwing up my post - the last bit is just a onclick call to the function sendsms() above