javascript - Issues in window.location.href for SMS messaging in windows platform -
i using following command in javascript send sms messages.
document.location.href = "sms:[phone number goes here]?body=" + "hello test message";
this working fine in android platform , i'm trying implement same in windows platform, asking install third party app store do.
i using cordova 3.7.1 windows phone.
any suggestion highly appreciable.
smscomposetask launcher required send sms message on wp8. can add plugin https://github.com/cordova-sms/cordova-sms-plugin that.
or implement in own plugin based on https://msdn.microsoft.com/en-us/library/windows/apps/hh394005(v=vs.105).aspx
Comments
Post a Comment