Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

216
Vistas
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 Respuestas
Responde la pregunta

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 Denunciar
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda