Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

sms: link with alphabetical parameters interpreted as numbers on Samsung Galaxy S7

I have a link on my website to open up a text with a new message. The following link works on most Android phones:

sms:5555555555?body=JOIN

But on the Galaxy S7, the ?body=JOIN parameter is interpreted to be a part of the phone number itself, as if the letters we input on a keypad. So the example above, would open up a new message to the phone number: 555555555526395646 and an empty message body.

I don't have an s7 myself so it's difficult to debug. Any ideas what else I can try to make it work as expected on the s7?

like image 491
D-Nice Avatar asked Oct 11 '17 03:10

D-Nice


1 Answers

Different platform wise it will work differently. check challenges section on this link

For iOS same problem here and for android its partially support

like image 89
Rajesh Nasit Avatar answered Nov 15 '22 14:11

Rajesh Nasit