problem with andorid. i need help please!!!

I’m making an application, and I have a problem when I try it on an Android device, the scroll in the dataview is very slow and occasionally not work. Any suggestions? I’m using a tablet with Android 4.0.3 on a tablet Kepler.
I try to work on the Internet and locally copying all the files to the tablet and the operation is the same, not working or slow.
In my iphone and an ipad, the system works perfect.
Thanks

Hello,

Android is slower than iOS. And unfortunately, there is not possibility to improve the performance from our site.

As the workaround you may try to use paging for DataView instead of scrolling for navigation.

dhtmlxTouch_v10_111114/samples/technical/list/21_page_loading.html

In this case, browser will render less items and work faster.