When using the telprompt intent on iOS like
window.location = 'telprompt://' + phoneNumber
the user gets prompted to either call the number or cancel. Is there a way to know which of the two actions the user has made?
Looking at the PhoneGap docs the "startcallbutton" event is only supported on BlackBerry.