Hi All,
I have a requirement where user want to approve a task through email in a single click. After some struggle, we implement a hyperlink inside the task email which will open a new email in browser as well as email client. The href sytax was given like below
<ahref="mailto: <Address>?subject=<subbject>&body=Approve <SerialNo>">Approve</a> where <SerialNo> will be coming as SN=<number>.
Link is working in Desktop browsr but it is not working in gmail client in iphone. When we click on Approve hyperlink in iphone gmail client then it will open a new email and body will have content only till SN. I believe email client is not able to recognize the "=" symbol after SN as part of the body, instead it is looking for an attribute.
Due to this I am not able to approve the task from iphone. Any idea how to solve this