SMS URL on Android

前端 未结 8 1917
我寻月下人不归
我寻月下人不归 2020-11-30 07:22

I was wanting to know if Android had a similar feature to the iPhone in that you can use an HTML A tag to send an SMS by setting the HREF attribute to the phone

8条回答
  •  粉色の甜心
    2020-11-30 08:00

    I found the following which may help you:

    http://tools.ietf.org/html/rfc5724

    You can check sub-section 2.5 or 2.6 of this RFC to give you some additional pointers on formulating a proper SMS URL.

    For example: ... SMS Me
    ...

    Notice the 'escaped' character for the 'space' in the example above.

    Hopefully the Android browser will permit you to generate XHTML forms based on this syntax. I believe they will (if I have some time over the next day, I shall give it a try on my Galaxy S).

提交回复
热议问题