SMS button
-
Hello,
I try to add sms button from your library in my website but it not working on Android recent version. The button works only on iPhone device. I try it on many Android version (4.3 6 and 7) and i have text like “To: //&body=Page Title” in the recipeient feild.You said in a blog post “AddToAny has been rallying the top two mobile operating systems to properly implement the standard SMS scheme for years — Google & Apple finally made it happen. Using the latest versions of Android and iOS (as well as other OSs)”
I check the the protocol and it seems that use “?” as delimiteur. (https://www.ietf.org/rfc/rfc5724.txt)
sms-uri = scheme “:” sms-hier-part [ “?” sms-fields ].I inspect your code and it seem you use & as delimiteur. On with specific version of Android and iPhone is it suppose to work?
The topic ‘SMS button’ is closed to new replies.