You can initiate a call just by clicking on anchor tag. It works on all platforms whether it is Windows, Android or iOS.
Code:
<!DOCTYPE html>
<html>
<head>
<meta charset="ISO-8859-1">
<title>Insert title here</title>
</head>
<body>
<a href="tel:+91-9417012345">Call Me Anytime</a>
</body>
</html>
Output:
No comments:
Post a Comment