cordova - Can an iOS PhoneGap app return to the app after a call has been done? -
i have hybrid phonegap application allow user call phone number. switched phone app. when user ends call stuck in phone app , desired behavior automatically return actual application. possible @ all?
instead of using tel: intent have use telprompt intent. prompts user number call option either call or cancel. example:
window.location = 'telprompt://' + phonenumber
when user hangs returned app.
Comments
Post a Comment