I\'ve been trying to play with Phonegap and created a small application in HTML/Javascript to send an SMS. I tried this code window.location.href = \'sms:XXXXXXXX06?bo
window.location.href = \'sms:XXXXXXXX06?bo
See the Phonegap SMS Plugin to send SMS messages.
here is the phonegap-sms-plugin
try to make somthing like this:
<a href="smsto:000000000"> sms number</a>
it works for me on Android device.