Reputation: 17671
Is it possible to trigger a SMS via a hyperlink in a HTML5 Iphone app - in the same way that mailto: and tel: works?
i.e.?
<a href="mailto:[email protected]">mail</a>
Cheers
Upvotes: 2
Views: 3464
Reputation: 47677
Yes, it is possible:
sms:12345678?body=TEXT
where 12345678
is the phone number
Upvotes: 5