UI problem on iphone

Hi
You can see problems in the pictures






Hello,

Please try to disable -webkit-appearance for buttons:

.webix_el_button input, .webix_el_toggle input, .webix_el_counter input{
-webkit-appearance: none;
}