How to automaically redirect page to phone call?

I need to redirect page to phone call to a number from the database.
I tryed to use:

wixLocation.to("tel:myPhoneNumber");

But it works only on desktops and not on mobiles.
Any suggestions?

1 Like

Your code works for me. Try:

$w("#button1").link = 'tel:000000000';

I need page will redirect automatically without clicking on a button

Hi guys, can anyone help with this problem?