Craft SMS href links in Meteor (Both Android and iOS7)

To build links that trigger the mobile OS to create a text message, you would think it would be a simple matter…but it’s not. iOS and Android each have their own flavor. Andorid needs a “?” prefix to the body attribute, while iOS needs “;”. It’s not too difficult to have Meteor deliver the properly formatted link though. We...