Email app close event on a mobile device -


i have mobile website built jquerymobile. inside site have page email link. when user click email link, email client opened (which installed on mobile device) , user can send email. pretty straightforward.

but now, after emailing done, there way detect email client closed or finished task? after return original page can work.

is there javascript event? or anything?

thanks in advance.

no, ideally should not possible, there can several email clients on mobile device , user choose any, how javascript aware of chosen email client , capture close event, security wise not thing have access email clients javascript (in purely mobile website, in phone gap may build plugin that), same applies link has telephone number href:"tel:12345677", aid opening of phone call app, user needs manually close go original website.

duplicate of :

jquery mobile mailto - cancel email stays in mail app


Comments