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?
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?
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?