Reputation: 6970
I know there are tons of ios display problems in stackoverflow and other places online and all of their one solution is giving
web-kit-appearance: none
such as the post below
CSS submit button weird rendering on iPad/iPhone
But I happen to know that this also kills the radio buttons and checkbox in androids. It solves the ios styling problem and another problem comes up.
Does anyone know any solutions about this?
Upvotes: 0
Views: 795
Reputation: 13
This is the iDevice overwriting your case button styles. You can make use of the !important tag to overwrite the rendered styles.
Upvotes: 1