Html Sms Link Android

[Solved] Html Sms Link Android | Swift - Code Explorer | yomemimo.com
Question : html sms link android

Answered by : vastemonde

<!-- For both Android and IOS -->
<a href="sms:/* phone number here */;?body=/* body text here */">Link</a>
<!-- Use %20 instead of spaces, + for country code -->
<a href="sms:+123456789?body=Question%20from%20me">Send me a SMS</a>
<!-- Without phone number -->
<a href="sms:?&body=Question%20from%20me">Send a SMS</a>

Source : | Last Update : Wed, 28 Apr 21

Answers related to html sms link android

Code Explorer Popular Question For Swift