Jonker Louerns
Posts: 0
Joined: Wed Jan 07, 2015 10:08 am

SMS

Hi

I want to populate an sms with data from an object I created in the appery storage. Can you please help me? This is what I put in to the button event and then nothing happens:

window.open("sms:" + Apperyio.storage.musical_instruments.get() + "?body=aravvfv", "_system");
console.log("window clicked");

Regards
Jonker

Jonker Louerns
Posts: 0
Joined: Wed Jan 07, 2015 10:08 am

SMS

Sorry this is what I typed:

window.open("sms:" + Apperyio.Site.Simnumber.get() + "?body=aravvfv", "_system");
console.log("window clicked");

Ihor Didevych
Posts: 0
Joined: Wed Nov 19, 2014 7:55 pm

SMS

Hi Jonker,

window.open() is function for open new window.
You should create a link and in href attribute place "sms:" + Apperyio.storage.musical_instruments.get() + "?body=aravvfv"

Return to “Issues”