top of page
wilhelminaschmutzler968
More actions
bottom of page
import wixLocation from 'wix-location'; import wixWindow from 'wix-window'; $w.onReady(function () { setTimeout(function () { if(wixWindow.formFactor === "Mobile"){ wixLocation.to('https://www.google.com'); } }, 500); });