본문 바로가기

Programming/HTML & JAVASCRIPT

cordova sms tel mailto

<access origin="tel:*" launch-external="yes"/>
<access origin="geo:*" launch-external="yes"/>
<access origin="mailto:*" launch-external="yes"/>
<access origin="sms:*" launch-external="yes"/>


window.open("sms:000-0000-0000", "_system");