I am creating one HTML mobile website for android & ios device.
I know click to call for both.
ANDROID
<a href="tel:2125551212">2125551212</a>
iOs
<a href="callto:2821229627-7877">Live Support</a>
Now, my problem is i have one webpage with click to call link and want that link work for both android / ios
Just use
tel:it will work on iOS, android, blackbarry OS, windows and many more. Using this scheme will work on almost all mobile browsers on.