html - mailto: in android not supporting link in body with blanks -


we need mail links in our html5 (mobile)web page, used mailto: provide links initiating email. mail content has web page links, , contains spaces eg http://maps.google.com/maps?q=chennai tamil nadu

hence used url endcoding pass content correctly email client. eg link became http://maps.google.com/maps?q=chennai%20tamil%20nadu

but problem gmail app loads content after decoding ie broken links:

http://maps.google.com/maps?q=chennai tamil nadu

we tried double encoding , still failed. there way prevent issue in android browsers ??

are including correct parameters such ?subject protocol? technically should work without encoding.

<a href="mailto:?subject=http://maps.google.com/maps?q=chennai tamil nadu">mail it</a> 

check out http://msdn.microsoft.com/en-us/library/aa767737(v=vs.85).aspx


Popular posts from this blog

How to calculate SNR of signals in MATLAB? -

c# - Attempting to upload to FTP: System.Net.WebException: System error -

ios - UISlider customization: how to properly add shadow to custom knob image -