문제

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?

도움이 되었습니까?

해결책

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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top