Closed oridotaoyebode closed 4 years ago
When a tel: custom scheme has spaces between the phone numbers, the phone dialer doesn't open on Android
For example
<p>Deslin - <a href=\"tel:0631595663\">063 1595 663</a></p> - Works <p>Deslin - <a href=\"tel:063 159 5663\">063 1595 663</a></p> - Does not work.
<p>Deslin - <a href=\"tel:0631595663\">063 1595 663</a></p> - Works
<p>Deslin - <a href=\"tel:063 159 5663\">063 1595 663</a></p> - Does not work.
The same HTML works on IOS but not on Android.
Hi, the plugin uses Xamarin Essential so I cannot do much xamarin/essentials/phone-dialer
I submitted a PR for this
https://github.com/matteobortolazzo/HtmlLabelPlugin/pull/120
v5 Released
When a tel: custom scheme has spaces between the phone numbers, the phone dialer doesn't open on Android
For example
<p>Deslin - <a href=\"tel:0631595663\">063 1595 663</a></p> - Works
<p>Deslin - <a href=\"tel:063 159 5663\">063 1595 663</a></p> - Does not work.
The same HTML works on IOS but not on Android.