Hello,
I'm having a problem with Mobile.css, and I think I'm not the only one as I've seen several posts about it.
I think that the stylesheet only works in certain cases:
- if I use the mobile version from a computer (
mobileaction=toggle_view_mobile), it works fine, but there's a FOUC every time it loads. The FOUC shouldn't come from JavaScript, as it was there even when I wasn't using JS. - if I use the mobile version from a cell phone, the customization doesn't appear
- if I use
?useformat=mobileon a computer, the customization doesn't appear either. On inspecting the code, I notice that the stylesheet is not loaded in the source code.
I'm using Minerva on mobile, but I don't think the problem is with the skin. Even using the JS code they suggest, it still doesn't work.
Do you know of any ways to make mobile CSS work?