I have this function in my App to make phone calls to my teleservice provider with a pause. For example, I have to call the number in the form of "tel:+492017049813,223331"
.
When the above string is dialled through the function PhoneDialer.Open("tel:+492017049813,223331")
, the dialler actually replaces the comma in the string with 398. (In Android)
Please explain this behaviour and how to fix this?