I am trying to make a phone number a link on Android, but for some reason, one of the testers is seeing an issue where the phone number is not a link on two different devices while another tester and a developer are not seeing the issue. Could it be some kind of device configuration that disables links? Here is my code:
textView.AutoLinkMask = Android.Text.Util.MatchOptions.PhoneNumbers;
Result on one person's Samsung S9 Plus and S20 (both Android 10):
Result on two different people devices, one tested on a Samsung S10 and the other on a Note 9 (both Android 10):
I also tried on Samsung S9 Plus and S20 emulators and it worked. Which makes me think it has something to do with those specific devices, maybe some setting?