I'm working on a Vue app progressive-web-apps and I have a specific tel syntax like
href="tel:#000*01010101#"
but when I click on the link, it opens the phone dial pad with only the # character showing.
I tried to encode the uri with encodeURI("tel:#000*01010101#")
but same thing. also the %23 which corresponds to # character and same thing with ascii
tried solution :
phone screenshot: