The tel URI for Telephone Numbers in mobile mail services (Gmail,Yahoo Mail, Thunderbird etc.) - html

I have created a web page with a tel scheme link, this links works fine when the web page is opened in the mobile browser.
I want to send this webpage as a mail body like a e-mailer, using emailtheweb.com where it captures the webpage and sends it as the webpage in e-mail body.
When i open the mail in my gmail app on android or ios and click the link created with the tel scheme functionality it wont work. Rather it redirects me to the link in a web browser of mobile example: www.xyz.com/tel:+000000000
Is there a way to achieve this functionality? Where after clicking the link in the gmail app it can call the number?
Thanks in advance. :)

Related

Open Registration link sent by another web app in the Browser

I have a web app running in Browser through which I can send Registration links. The registration link is received in Gmail. When a user, accessing the link from a mobile device, the link opens in Gmail in-app browser.
I want the link to be opened in user's default browser.
How can I achieve this?
Note: Do not suggest changing Gmail settings. Suggest code related changes only

How to open an email attachment using html

I want to open a attached .html in a mail using html.
I have a responsive html email and added there a link to open it in a browser. But instead of hosting the email on a server I have the same .html attached to the mail.
Is there a way to link it directly to the attachment?
I don't know if there is a mail client that is capable to act like a web browser. one is an email client, one is a browser both with special abilities.
using thunderbird/outlook/... as a web browser simply is not meant to be. although you could access your mailserver with a browser ...

mailto: for gmail etc from mobile device for angularjs web based application

I am working on an responsive web application where it is required to send mail,on browser if I am trying to do so it opens outlook using mailto: option,but it mobile it's not performing any operation as outlook is not available,what are the options to send mail via gmail or something when I open webpage on mobile device.
Kindly suggest

UIWebView email hyperlink is not working on device

I am displaying a HTML page in my iPhone app. The HTML page has few Email addresses. In Mac desktop browser, if the same HTML page is opened and if i click on email address, MAC machines mailbox is opened to compose a new email. Whereas in iPhone, on clicking the email address it is trying to load the webView thinking it as a link.
How come it is working on MAC browser and not in iPhone app.
Source in HTML is :
customerinfo#mycompany.com
If i try to handle using MFMailControlViewController, it works. But my real question is, how come MAC desktop launching mail box and iPhone doesn't.
Thanks
Jithen
Go to interface builder to Web View settings. You need to enable Addresses and Links detection.
or
in the code:
webView.dataDetectorTypes = UIDataDetectorTypeAll;

HTML: cannot open client e-mail app

for some reason, the following code doesn't work. I don't understand where the issue is. I just want to open a client e-mail app to send an e-mail.
Send an email to a friend
Safari visits the page "mailto:enter-friend#address-here.com?subject=Pa0Website&body=This%20e-mail%20has%20been%20sent%20to%20inform%20you%20about%20%20website:%20"
Chrome doesn't do anything
I haven't tested on other browsers so far.
Thanks
You don't get to decide how the client deals with a mailto link. Each user/browser can do what it wants with those links. For instance, I have my chrome setup to open GMail when I click mailto links. Apparently you have yours setup to not do anything. Here's a random link running down how to do something like this on your system - http://bnee.com/2008/09/make-mailto-links-open-in-gmail-in-google-chrome-browser-windows-xp-and-vista/