对HTC ONE开发的应用程序延迟问题,使用煎茶触摸2.1(Android的4.0.x的) [英] Latency issue for application on HTC ONE developed using Sencha Touch 2.1(Android 4.0.x)

查看:99
本文介绍了对HTC ONE开发的应用程序延迟问题,使用煎茶触摸2.1(Android的4.0.x的)的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述



我已经开发使用煎茶触摸2.1框架的应用程序。该应用程序被安装在Android 4.0.x的版本运行HTC ONE设备上。


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.

这是观察到的应用程序的响应时间,同时
很慢
 1.从一个屏幕运行到另一个屏幕

 2.在拿从服务器
数据
 3.任何图标水龙头后,装面膜需要时间来显示

 4.由于画面转变需要时间,previous屏幕的标题被显示的当前屏幕上片刻,则仅会显示当前屏幕的标题。

It is observe that app's response time is very slow while
1. Traversing from one screen to another screen
2. While fetching data from server
3. After a tap on any icon, loading mask takes time to get displayed
4. Due to screen transition is taking time, the header of previous screen gets displayed on current screen momentarily and then only the header of current screen is displayed.

该应用上同样采用Android version.Ap preciate运行三星Galaxy S2 / S3在这方面的任何帮助正常运作。

The app is working appropriately on the Samsung Galaxy S2/S3 running on same android version.Appreciate any help in this regards.

在这个话题浏览互联网给了我几个链接指向关闭切换加密。但是这并没有任何帮助。下面提到的链接。

Browsing internet on this topic gave me couple of links which points to turn off "toggle Ciphering". But that didn't helped either. The links mentioned below.

https://forum.xda-developers.com/showthread.php? T = 1118017

<一href=\"http://www.addictivetips.com/mobile/how-to-improve-slow-data-speed-on-htc-sensation-data-latency-fix/\" rel=\"nofollow\">http://www.addictivetips.com/mobile/how-to-improve-slow-data-speed-on-htc-sensation-data-latency-fix/

推荐答案

失望,我并没有得到来自社会的任何答复。有人给它下投票。

然而,将下面的CSS像标题栏组件,主屏幕的面板解决了问题。

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;
}

这篇关于对HTC ONE开发的应用程序延迟问题,使用煎茶触摸2.1(Android的4.0.x的)的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆