HTML5 Sending SMS message in url_open

dhouseley

Member
Hello,

In my game, I have built buttons that when clicked on will use a url_open to read some SMS text. I'm having a very weird issue where it is opening IOS devices SMS systems, but it is not opening android SMS.

This is my code :

url_open("sms://?body=hello")

Are there new ways to write SMS to open for android?

Appreciate any help.
 
Top