Call via the web
<a href=”tel://110 ”>拨打电话</a>
This method is supported by Symbian, Android and iPhone
Remember to write it like this, don’t write your own method and then call it
For example;Make a call
function phone(date){ window.location.href = 'tel://' + date; }
Writing like this is not compatible with IOS