Phonegap - Webix - click slow

I tried webix in PhoneGap-cordova but I find it too slow clicks on the device (I made a counter) . How can I to improve the touch response?. I have to change the click event to another. I have to use other js?

Hello,

you can try adding the following meta tag on the page:

<meta name="viewport" content="width=device-width">

Should I change the button onItemClick event for onTouchStart or onTouchEnd?

If the viewport does not help, you can change. However, Webix does not provide a ready solution for this.

OK thanks? I try your suggestion.

Hello,
I tried changing the onItemclick event for onTouchStart and works 10 times faster to touch the device.