Hi,
I would like a lightbox to display when viewing the website on a mobile to say “We recommend using a desktop to maximise your experience. To continue viewing our site on your mobile, close this window”
I have set up the lightbox in desktop view and added the following to site code…
$w.onReady(function () {
if (wixWindow.formFactor === "Mobile") {
wixWindow.openLightbox("mobileLightbox");
}
});
However, the lightbox is not displaying when viewed on a mobile.
Any suggestions?
Thanks,
Rachel