Compose text message

Hello,
Is there a workaround for “compose text message” where you don’t have to have the cellphone number in the box. On android devices, I get " // " when I leave it blank.
Thanks.

1 Like

So you don’t want to have any specific recipients before getting to the messages app?

Correct.

We’re having this same problem. It works great on IOS but not on Android?

Hi and welcome to the community!

You can use the fix below:

sms:[NUMBER]?body=[TEXTMESSAGE]

Just leave the number blank if you want to open a text with a pre-written message

1 Like

Hi Lisa, is this for Android devices only? Would it look exactly like this (below, as you’ve stated) or like this: sms:?body=[TEXTMESSAGE]…?

Thanks!

I’ve used this on iOS and it’s worked fine.

I can’t tell what change you made in the string you posted. But the string should include an “&” instead of the “?” and also was missing two other characters. The correct strong is below:

sms://&body=[message]

One thing to note is that the string maybe slightly different for Chrome/Android

3 Likes

Ok great, thank you!

1 Like