Answer the question
In order to leave comments, you need to log in
What are the problems with HTML CSS on iOS?
Actually 2 questions:
1) Why do inputs on iOS have an inner shadow and how to deal with it?
2) Why on iOS, regardless of styles, draws a "different" button?
Everything is in the attached images.
Answer the question
In order to leave comments, you need to log in
input, button {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
Add this to the css of the button-webkit-appearance: none;
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question