javascript - Detecting Click Event of iPhone Call alert in Browsers -


is there way accomplish this? i.e. have page pop open number place call on page load using window.location = 'tel:5555555555'; although, i'd know when click cancel opposed call button. ideas on how achieved appreciated.

you need use specific phone api (android, windows phone, etc) achieve this. i't cannot done trustfully javascript.


Comments

Popular posts from this blog

c# - Operator '==' incompatible with operand types 'Guid' and 'Guid' using DynamicExpression.ParseLambda<T, bool> -