How do I open the text messaging on ios and Android, and put a message in the message field.
Application.openurl("sms: ?body=message");
Doesn't work
Application.openurl("sms:444-4444");
Works but I need to only have a message and not a number (the user would input a number)
Application.openurl("sms:444-4444?body=message");
Doesn't work, it puts the message in the number field.
Any ideas on how to do this?
Thanks
Application.openurl("sms: ?body=message");
Doesn't work
Application.openurl("sms:444-4444");
Works but I need to only have a message and not a number (the user would input a number)
Application.openurl("sms:444-4444?body=message");
Doesn't work, it puts the message in the number field.
Any ideas on how to do this?
Thanks