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

Popular posts from this blog

django - How can I change user group without delete record -

java - Need to add SOAP security token -

java - EclipseLink JPA Object is not a known entity type -