Sunday 8 September 2019

mobile - how to make phone call from html website

I am using a html anchor tag with tel attribute.but it not working on all mobile browsers.I serached on google for its solution but not found any solution.Any help will be appreciated
I am using below code for phone call.



1-847-555-5555 

No comments:

Post a Comment

php - file_get_contents shows unexpected output while reading a file

I want to output an inline jpg image as a base64 encoded string, however when I do this : $contents = file_get_contents($filename); print &q...