O
O
Oleg46152017-10-16 21:17:59
iPhone
Oleg4615, 2017-10-16 21:17:59

Button layout for iphone?

iphone doesn't want to apply my styles,
-webkit-appearance: none doesn't help
59e4f6985bd1e016432058.png59e4f7985767f186697734.png

Answer the question

In order to leave comments, you need to log in

3 answer(s)
D
Danil Tivikov, 2017-10-17
@tivikovv

What are your button styles? it is better to make the button block and set the padding on top and bottom the same then it will not move out

S
s-jet, 2017-10-17
@s-jet

-webkit-appearance:button;
https://jsfiddle.net/onm5186c/1/

O
oduvancheg666, 2020-06-20
@oduvancheg666

Hello. I'm a beginner, but this method helped me:
input, button {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
Perhaps it will be useful to someone

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question