Pre Android 4.4 Kitkat, I was sending an SMS from the mobile browser with a pre-composed message and phone number by using something like:
< a href="sms:+1234567?body=helloworld">Send SMS < /a>
Upon clicking the link on the mobile browser, the default SMS app would be launched on the phone with the phone number and pre-composed message already entered. All the user would have to do is press send and the message would be sent. Testing using Chrome and the default browser on Android 4.1 - 4.3 seems to indicate this still works).
However on KitKat, the pre-composed message is not populated in the field, only the phone number. Does anybody know how to fix this issue?