简体   繁体   English

Google Chrome版本43.0.2357.125(64位)中的Sencha Touch应用程序滚动和Ext.carousel.Carousel问题

[英]Sencha Touch Application Scrolling & Ext.carousel.Carousel issue in Google Chrome Version 43.0.2357.125 (64-bit)

I'm working on Sencha Touch 2.4 and Sencha Command 5.0.1.231.I'm Using Google Chrome to test my application. 我正在使用Sencha Touch 2.4和Sencha Command 5.0.1.231.I正在使用Google Chrome浏览器测试我的应用程序。 Recently i updated my Chrome Browser 39 to 43. Now My Sencha Touch Application getting stuck. 最近,我将我的Chrome浏览器39更新为43。现在,我的Sencha Touch应用程序卡住了。

When i run my sencha touch application in Chrome 37 & 39 versions its working perfectly but not in version 43. 当我在Chrome 37和39版本中运行sencha touch应用程序时,它可以完美运行,但在43版本中却无法正常运行。

Issue : 问题 :

  1. Scrollbar & Scrolling issue. 滚动条和滚动问题。

      i can't scroll in my app and getting stuck. 
  2. Ext.carousel.Carousel issue. Ext.carousel.Carousel问题。 .

      I used carousel in app. but its getting stuck in 1st page. Can't swipe. 

If i tried basic carousel code that also didn't work in my app. 如果我尝试了基本的轮播代码,那么该代码也无法在我的应用中正常工作。

Ext.create('Ext.Carousel', {
fullscreen: true,

defaults: {
    styleHtmlContent: true
},

items: [
    {
        html : 'Item 1',
        style: 'background-color: #5E99CC'
    },
    {
        html : 'Item 2',
        style: 'background-color: #759E60'
    },
    {
        html : 'Item 3'
    }
]

}); });

i try to search regarding chrome browser updates and sencha touch interface issue but i couldn't find. 我尝试搜索有关chrome浏览器更新和sencha触摸界面问题,但我找不到。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM