Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

218
Views
Anonymous phone call from Ionic

In my Ionic app (with Angular), I give the ability to the users to call a phone number (using the Call Number Plugin), in 2 different ways:

  1. Either publicly
  2. Or anonymously to mask their phone number, by prepending #31# to the callee phone number

No issue for the first case.

However, it doesn't work anymore for the second mode (dialer doesn't even open) whereas it used to work for a long time without any problem.

I also tried from a plain window.open:

window.open('tel:#31#XXXXXXXX')
window.open('tel://#31#XXXXXXXX')
window.open('tel:%2331%23XXXXXXXX')
window.open('tel://%2331%23XXXXXXXX')

but still doesn't work, either on iOS or Android.

Strangely, this does work from Safari on iOS (not tested on Android):

<a href='tel://#31#XXXXXXXX'>Call me</a>

although I have to use tel:// and not tel: to avoid having the following exception: Failed to launch 'tel:#31#XXXXXXXX' because the scheme does not have a registered handler.

Has anyone ever experienced the same issue?

about 4 years ago · Juan Pablo Isaza
1 answers
Answer question

0

Try this:

  1. %2331%23XXXXXXXXXX

encodeURIComponent('#31#XXXXXXXX')

%2331%23 = #31#

Example:

<a target="_blank" rel="nofollow noreferrer" href="tel:%2331%23XXXXXXXXXX">Anonymous tel:#31#</a> 

about 4 years ago · Juan Pablo Isaza Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!