top of page
Profile
Join date: Jul 23, 2022
This member hasn't shared any info about themselves yet
This member hasn't written about themselves.
Kai Wang
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); });
This member hasn't written about themselves.