[SailfishDevel] Opening messaging app from qml.

neotericdeveloper at gmail.com neotericdeveloper at gmail.com
Tue Jul 21 11:36:38 UTC 2015


Hello Sailors.. 

I tried to open default messaging app using the below code(qml). But its not invoking the msg app.

Qt.openUrlExternally("sms:?body=msgtosend");

I also tried this one by providing dummy phone number.

Qt.openUrlExternally("sms:0123456789?body=msgtosend");
Still not working.

How can i successfully open the messaging app with text to send from qml.

Any help.
Thanks in advance.



More information about the Devel mailing list