Hidden on Load not previewing on mobile

Hi,
I’m using this code :

import wixWindow from ‘wix-window’;
$w.onReady( function () {
if (wixWindow.formFactor === “Mobile”) {
$w(" #albumgallery ").show();
}
});

and i did tick the Hidden on load option.
In Edit Mobile, it is there. But when Previewing it, it’s doesn’t appear.
The site is not live yet though.
Please help.

Hi,
Can you please share a link to your site and specify the name of the page so we can inspect?
Roi.

I am in the exact same boat. In mobile mode, the text that is hidden in desktop is shown as shaded in the mobile editor, but does NOT show up in the mobile preview. I also have not yet Published. Is this the reason why? Are you a Wix employee? If so, the site is: ccscharityguild (not yet published) and the page is: Important Dates. Thank you.