ANDROID
<a href="sms:/* phone number here */?body=/* body text here */">Link</a>
IPONE
<a href="sms:/* phone number here */;body=/* body text here */">Link</a>
OVER IOS8
<a href="sms:/* phone number here */&body=/* body text here */">Link</a>
'Programming > HTML & JAVASCRIPT' 카테고리의 다른 글
[JAVASCRIPT] radio.value not accessible in IE11 (0) | 2019.10.30 |
---|---|
[URL]버튼 생성 (2) | 2016.06.18 |
cordova sms tel mailto (0) | 2016.03.22 |
[HTML] img의 width 와 max-width 100% (0) | 2016.03.05 |
[JQUERY] HTML4+HTML5을 위한 History.pushState (0) | 2016.02.03 |