matteobortolazzo / HtmlLabelPlugin

Use this Xamarin.Forms plugin to display HTML content into a label.
MIT License
137 stars 32 forks source link

Custom Scheme Tel: not working when number has spaces #118

Closed oridotaoyebode closed 4 years ago

oridotaoyebode commented 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.

The same HTML works on IOS but not on Android.

matteobortolazzo commented 4 years ago

Hi, the plugin uses Xamarin Essential so I cannot do much xamarin/essentials/phone-dialer

oridotaoyebode commented 4 years ago

I submitted a PR for this

https://github.com/matteobortolazzo/HtmlLabelPlugin/pull/120

matteobortolazzo commented 4 years ago

v5 Released