So, I wanted to make the phone number of my site click-able so I used the below syntax:
<div class="col-md-8">
...
<h3>
<a href="tel:+18475555555">1-847-555-5555</a>
</h3>
...
</div>
When I click this phone number from my desktop's firefox browser it asks me whether I have to open it with Skype.
However, when I click on it from my mobile (tried both Android Galaxy S3 and an iPhone 5), nothing happens. How do I trouble shoot this?
I am using http://www.themenesia.com/themeforest/truehost/ theme, if that helps.