I tried to set anchor tag mailto attribute like
<a href='mailto:info@company.com'>info@company.com</a>
in webview. when i run the app on simulator and click on the link it is showing “Unsupported Action ..”
How i can set mailto attribute work out in android webview….
Thanks
WebView does not support advanced HTML tags… what you will have to do is:
mailtotry to send the email.I’m gonna give you a little snippet of code for you to have an idea. Keep in mind this is just a basic example and I can’t test it right now:
Then, send the email: