Is it possible to make a phone number clickable in HTML so that when a user clicks on the number it is called?
You can detect a phone number in iOS with:
web_view.dataDetectorTypes=UIDataDetectorTypePhoneNumber;