html - Border-radius and IOS select fields -


i experiencing problem height , border-radius of select fields in ios.

first, border-radius. specified border-radius select fields image below demonstrates:

enter image description here

for reason, border-radius settings ignored on iphone. i'm not sure if ipad produces same result don't have 1 test.

according few posts "remove border radius select tag in bootstrap 3" solution found set border-radius 0, want border-radius. shall do?

second, height. height of selects not matching height when viewing site desktop browser. set min-height helped it's still under required height.

what can missing?

note, following css rules applied select fields:

-webkit-tap-highlight-color: rgba(0,0,0,0); -webkit-appearance: none; -moz-appearance: none; appearance: none; 


Comments

Popular posts from this blog

php - failed to open stream: HTTP request failed! HTTP/1.0 400 Bad Request -

java - How to filter a backspace keyboard input -

java - Show Soft Keyboard when EditText Appears -