Archived topic
iOS's WebKit not respecting Input Fields' CSS Styling
5 replies · Started by toasterpc on May 31, 2019
Hey there, so at the internal launch we ran into some issues so far.
It seems that all of out input fields are not being styled in both iOS Safari and Chrome, running the latest versions of the OS and browsers respectively.
As for testing equipment, we've been using Incognito mode within an iPhone 8, though after specifying -webkit selectors the result hasn't changed.
It strikes me as odd buttons aren't showing the same behavior, so if anyone could give me a pointer, it would be greatly appreciated.
Hi there,
I'm not an expert when it comes to iOS, so I'm not sure how helpful I can be.
What kind of styling have you done? Is everything prefixed correctly?
Hi Tom,
Most of what I have done is to copy and paste the style options with the "-webkit" prefix, though so far that hasn't proven functional.
I'll link a pastebin with my CSS pages so you can take a look.
The first one comes from the Simple CSS plugin, and this one comes from the Additional CSS customizer page.
Thanks in advance!
Perhaps this tool will help?: https://autoprefixer.github.io/
Hey Tom, just returned and catching up!
I was able to fix this by using -webkit-appearance: none; on my CSS file, though having that tool on my arsenal will certainly help for later, so thanks!
No problem! :)