dhtmlx touch highlight

Hi,
Is there any way I can see/highlight what controls I touch?. When I viewed the demo in my mobile, it works fine, but can’t view what selection I made.

Hi,

Each form control takes “dhx_touch” className when it is touched. You can set specific css styles. And here is an example that shows how you can highlight a button when it’s touched:

.dhx_touch.dhx_el_button input{
background: #2980b9 !important;
}