I learnt from this Question that you can trigger a phonecall using Html on modern browsers. Is it possible to trigger text messaging for mobile devices in html?
Asked
Active
Viewed 1,512 times
0
-
2No. It is not possible in a universal way. Some devices will support `` – Patrick Moore Jan 24 '14 at 20:24
1 Answers
1
No. It is not possible in a universal way.
Some devices will support the format <a href="sms://1234567890"></a>
and some will support a default message by adding ?body=your message here
after the telephone number.

Patrick Moore
- 13,251
- 5
- 38
- 63