Mobile Version Hiding Characters #4334
-
DescriptionI don't know what's happening here...my page displays normally on desktops, but viewing on mobile it has issues rendering l, to the point where displaying, for instance "flix" comes across as "flx" when viewing on mobile (iOS). It's not omitting the character entirely because selecting then copying the text into another window reveals the missing letter is there. www.pittflix.com. Strange bug. As far as I can tell, it's only affecting the "flix" in my site name, and the 2nd l in "Cloudflare", so likely related to the way the device is interpreting character spacing? But the display error is not consistent. Probably wouldn't have even noticed if it wasn't for my site name. homepage versionv0.9.13 Installation methodUnraid ConfigurationNo response Container LogsNo response Browser LogsNo response Troubleshootingnot relevant |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 9 replies
-
I think this came up recently but I sort of forget specifically. I think this is a font rendering thing specific to WebKit (iOS?). You could see if adjusting the letter spacing with (custom) css helps. |
Beta Was this translation helpful? Give feedback.
-
This discussion has been automatically closed because it was marked as answered. See our contributing guidelines for more details. |
Beta Was this translation helpful? Give feedback.
-
This discussion has been automatically locked since there has not been any recent activity after it was closed. Please open a new discussion for related concerns. See our contributing guidelines for more details. |
Beta Was this translation helpful? Give feedback.
Hmm, Im able to get it to work OK with
see:
But iOS does seem to aggressively cache so I had to quit safari etc.
All that said, I'm going to try something else, if you'd like to try out the
dev
docker image, I've added a baseline letter-spacing rule to see if it helps.Let me know how it goes