I tried to play with Phonegap and created a small HTML / Javascript application to send SMS. I tried this code window.location.href = 'sms:XXXXXXXX06?body=Testing' , which opens a screen for manually sending sms, which I want to automate.
Please note: I am creating an Android application by uploading the project source code to build.phonegap.com , so I cannot change the .apk source.
Is it possible to do this only in Javascript?
javascript cordova phonegap-plugins
codef0rmer
source share