Application.OpenURL("tel://*123*4567#".Replace("#","%23"));
Works fine for Android, but not for iOS devices nothing happened.
I did try without '//', without replacing '#' by %23' but it seems lack of success. Did I do something wrong? Or It is just generally does not work with iOS?
Thank you.
↧
Have problem using Application.OpenURL() opening tel URL scheme on iOS to call a number with symbols
↧