Tailwind CSS Classes Not Working on Chrome for Android 14 #16398
Replies: 4 comments 1 reply
-
Seems Chrome on Andriod still with lower version, mine is v88, which dosen't support CSS Instead of
which not using 'layer' might works, not fully. I am waiting better solution for now too. |
Beta Was this translation helpful? Give feedback.
-
I don't know if it's related but, hover States are not working too in Google Chrome 133 and Microsoft Edge 133 20250208-0915-40.1540170.mp4 |
Beta Was this translation helpful? Give feedback.
-
@eugenioestrada, could it be this, #16150 (comment)? |
Beta Was this translation helpful? Give feedback.
-
yes, facing the same. |
Beta Was this translation helpful? Give feedback.
-
What version of Tailwind CSS are you using?
v4.0.4
What build tool (or framework) are you using?
Next.js 15.1.6 with PostCSS 8.5.1
What version of Node.js are you using?
v22.13.1
What browser are you using?
Chrome (latest) and other Chromium-based browsers on Android 14
What operating system are you using?
Android 14
Describe Your Issue
In my Next.js + Tailwind CSS project, I have encountered an issue where some Tailwind classes work in one component but fail in another, specifically on Chrome (and other Chromium-based browsers) on Android 14.
The following class works correctly in one component but not in another:
The same class applies correctly on desktop and Firefox mobile, but not on Chrome for Android 14.
No errors appear in the console, but styles fail to apply.
Steps to Reproduce
Open a Tailwind-powered webpage on Chrome for Android 14
Compare the rendering of the following component:
Observe that one card applies styles correctly, while another does not display font-semibold text-xl text-gray-800 correctly.
Test the same page in Firefox for Android or desktop Chrome → styles apply correctly.
Beta Was this translation helpful? Give feedback.
All reactions