cancel
Showing results for 
Search instead for 
Did you mean: 

Not able to send email in iOS devices from sap UI5 application

Former Member
0 Kudos

Hi All,'

I have a sap ui5 application where we have email id option . On click of the email id it will navigate to the default mailing app of device . But in case of Iphone or Ipad this scenario is not working .

Accepted Solutions (1)

Accepted Solutions (1)

jamie_cawley
Advisor
Advisor
0 Kudos

Have you tried this example on the phone?

https://sapui5.hana.ondemand.com/#/sample/sap.m.sample.UrlHelper/preview

Regards,

Jamie

Former Member
0 Kudos

yes but it wont work untill we use mailto option .

Answers (1)

Answers (1)

former_member484715
Contributor
0 Kudos

Hi,

Try this :-

sap.m.URLHelper.triggerEmail("senderMailID@mail.com", "sample Subject", "Your mail content");
Former Member

I was trying this option only . I got the solution by using mailto option . Thanks