MyBB Community Forums

Full Version: Mobile Flickering (Font Size Change) on Forum
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello, one of my users having this issue on my forum:

[Video Removed]

As you can see font-size keeps changing, I believe this is only happening on iOS, I am using Android and haven't seen anything like this happening.

Any idea how to fix this?
Which theme are you using? Have you ever reported this issue to the theme author?
I bought this theme 5 years ago and theme owner's site is pretty much dead.

1. It's happening only on iOS, first I thought it's because of their browser Safari but Chrome etc. other browsers having this issue aswell.
2. It doesn't happen on every thread, also it stops after phone switches between view modes (vertical/horizontal)

Would appreciate any help.

I think I fixed by adding this code to body:

    -webkit-text-size-adjust: 100%;

Basically mobile browsers try to decide how large text should be themselves, when for whatever reason they "can't decide", this kind of issue happens. The code above says "keep text-size whatever it is on desktop", what I also did is giving post-content 200% so posts are always twice the size, so it looks better on mobile.