Through investigating alternatives to using "sms-link", I found a suggestion (buried in StackOverflow comments) to use the ';?&' method with sms to allow browsers to pickup the body text.
I was able to test with most of my own IOS devices, but only had access to a single test Android device (that worked).
To also assist with multi-language support, I included the ability for the appropriate language keyword to be passed based on selected language.
Addressing issue #54
Through investigating alternatives to using "sms-link", I found a suggestion (buried in StackOverflow comments) to use the ';?&' method with sms to allow browsers to pickup the body text.
I was able to test with most of my own IOS devices, but only had access to a single test Android device (that worked).
To also assist with multi-language support, I included the ability for the appropriate language keyword to be passed based on selected language.