Search code examples
htmlcssmobile-safari

Checkbox issue on ios safari


Issue Image

I am facing this issue only for ios safari. this checkbox working ok for other platforms. I cant inspect to apply the styling. On web safari its working fine as well.


Solution

  • I ran into a similar issue with a button. This line of code fixed it for me.

    -webkit-appearance: none;