D
D
derz0st2014-07-20 20:50:10
css
derz0st, 2014-07-20 20:50:10

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.
bb911235517e4eabba776daf99eabeec.png939f1bb9a84d429e96f4f837dd3ea123.png

Answer the question

In order to leave comments, you need to log in

3 answer(s)
L
lnked, 2014-07-20
@derz0st

input, button { 
  -webkit-appearance: none;
  -moz-appearance:    none;
  appearance:         none;
}

P
Pavel Gogolinsky, 2014-07-20
@gogolinsky

Add this to the css of the button-webkit-appearance: none;

D
derz0st, 2014-07-20
@derz0st

lnked, gogolinsky, thanks)

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question