dhtmlxGrid on smartphone click for editing

Hello Sir,

We implemented dhtmlxGrid for a web application. It works fantastic on the PC browser but when we try it on smartphone, the functionality of click on the grid for editing seems to duplicate with the default functionality of zoom in , zoom out on the smartphone. Therefore, we couldn’t edit rows on smartphone browser. Would you please guide us on how to overcome this issue?

Thank you very much,
Hungnd,

You can change edit action from double-click to single-click

grid.enableEditEvents(true, false)