Dialer pad redirected from browser misses the # in the dial number used in anchor tag in android devices
I am using React JS, I want to implement a calling functionality in which there is an anchor tag on clicking which the user will be redirected to the dialer pad of his/her phone. But the number which is used her开发者_如何学Pythone ends with a #
and when the user is redirected to the dialer pad with this number, the #
goes missing. This issue is happening in Android devices, but in iPhone it is OK.
<a href="tel: some_number_ending_with_#">Dial me</a>
精彩评论