*123# But when I click the link,...">All geek questions in one placeHow to make href tel for a number like * 123 #I made href tel link for * 123 # with<a href="tel:*123#">*123#</a> But when I click the link, it only shows * 123 on the phone. Is there any way to make it show * 123 # on the phone?Thanks!+5htmlRafi putra arriyan Oct 12 '17 at 7:06source share2 answersYour code works on my phone.As an alternative, try replacing '#' with # in the following way: <a href="tel:*123#">*123#</a> 0user1506104 Oct 12 '17 at 7:08source shareThis is strange. because I tried it myself and it worked just fine <a href="tel:123#">Tel me</a> Which browser are you using. Perhaps because of this. It works great in chrome.0Tim gerhard Oct 12 '17 at 7:18source shareSource: https://habr.com/ru/post/1272546/More articles:Advanced headers don't work in Spring Boot + Kubernetes - javaswift 4: pattern matches object to tuple (Tuple pattern cannot match values ββof type other than tuple) - pattern-matchingUsing a local function over an action as an input parameter - c #History of multiple instances of QFileDialog - c ++What is the correct way to create a βthinβ shell structure for an object? - c ++Check if banner is loaded - javascriptHow to use Google Cloud Translation API in Android Studio? - javaβLambda with receiverβ: what is this Kotlin design? - lambdaWhat does . () Mean in Kotlin? - kotlinExtracting unit test results from a Docker multi-stage build (.NET Core 2.0) - unit-testingAll Articles
I made href tel link for * 123 # with
<a href="tel:*123#">*123#</a>
But when I click the link, it only shows * 123 on the phone. Is there any way to make it show * 123 # on the phone?
Thanks!
Your code works on my phone.
As an alternative, try replacing '#' with # in the following way:
#
<a href="tel:*123#">*123#</a>
This is strange. because I tried it myself and it worked just fine
<a href="tel:123#">Tel me</a>
Which browser are you using. Perhaps because of this. It works great in chrome.
Source: https://habr.com/ru/post/1272546/More articles:Advanced headers don't work in Spring Boot + Kubernetes - javaswift 4: pattern matches object to tuple (Tuple pattern cannot match values ββof type other than tuple) - pattern-matchingUsing a local function over an action as an input parameter - c #History of multiple instances of QFileDialog - c ++What is the correct way to create a βthinβ shell structure for an object? - c ++Check if banner is loaded - javascriptHow to use Google Cloud Translation API in Android Studio? - javaβLambda with receiverβ: what is this Kotlin design? - lambdaWhat does . () Mean in Kotlin? - kotlinExtracting unit test results from a Docker multi-stage build (.NET Core 2.0) - unit-testingAll Articles