Skip to content Skip to sidebar Skip to footer

Latency Issue For Application On Htc One Developed Using Sencha Touch 2.1(android 4.0.x)

I have developed an application using Sencha Touch 2.1 Framework. The application being installed on the HTC ONE device running on Android 4.0.x version. It is observe that app's

Solution 1:

Disappointed that I didn't got any answer from the community. And someone gave it down vote.
However, applying the below CSS to the component like titlebars, panel of home screen resolved the issue.

.x-panel {
   -webkit-perspective: 1000;
   -webkit-backface-visibility: hidden;
}

Post a Comment for "Latency Issue For Application On Htc One Developed Using Sencha Touch 2.1(android 4.0.x)"