-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
iOS Rendering #2
Comments
@lastsamurai26 could you look into this? |
Sure @ReignOfComputer Can you please tell me which Apple OS you are using ? I'm currently running MacOS Ventura and iOS 16.2 on Safari. All browsers are already covered in the code. This is the code from the theme itself
can you show me as a picture what exactly does not fit. |
I'm using the latest downloadable LLC version from the llc-themes repo. I just setup a fresh install, which can be found at: https://links-staging.reignofcomputer.com/ |
ok, I could reproduce the problem in the meantime, but when removing -webkit- from the code, the theme is still not displayed correctly, which can have different causes. What makes me wonder is that the error occurs under Safari 15.6.1 but under 16.1 it is sometimes there and sometimes not. Can you install Chrome under ios and MacOS? Which version do you use ? |
AFAIK, all iOS browsers are Safari, regardless of what they call themselves. FWIW, issue is still present on Chrome iOS. My fix was to remove the non-browser specific |
I looked at this again, but unfortunately I can't get the font to display despite deleting the non-browser specific settings. -webkit Which makes me wonder why we didn't notice the error before. I have installed Chrome on the Ipad and on the Iphone and I can not reproduce this error there. Bildschirmaufnahme.2022-12-29.um.09.43.31.mp4 |
Hmm, no luck on this? |
not yet, get do you a Solution? i tried many things |
As before, my workaround is to change:
to:
Not ideal, and perhaps one could do some Javascript to check if the browser is NOT Webkit and add back the generic transform styles, but this is good enough for me. |
Hi, just wondering if the page titles are rendering correctly on iOS/WebKit based devices? Seems the title font (mctit) doesn't render correctly when I try it out.
Edit: I played around the CSS and found that removing the
transform
the webkit variants from theh1
css fixes this issue. Webkit always has such weird quirks with fonts, sigh.The text was updated successfully, but these errors were encountered: