import wixLocation from 'wix-location';
import wixWindow from 'wix-window';
$w.onReady(function () {
setTimeout(function () {
if(wixWindow.formFactor === "Mobile"){
wixLocation.to('http://www.myMobileHome.com');
}
}, 7500);
});
top of page
bottom of page