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)

我正在使用 Sencha Touch 2.4 和 Sencha Command 5.0.1。231.I正在使用 Google Chrome 来测试我的应用程序。最近我将我的 Chrome 浏览器 39 更新为 43。现在我的 Sencha Touch 应用程序卡住了。

当我 运行 我的 sencha touch 应用程序在 Chrome 37 和 39 版本中它工作完美但在版本 43 中不是。

问题:

  1. 滚动条和滚动问题。

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

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

如果我尝试了在我的应用程序中也不起作用的基本轮播代码。

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'
    }
]

});

我尝试搜索有关 chrome 浏览器更新和煎茶触摸界面问题,但我找不到。

关注此博客。这是由于 chrome 43 个错误

http://www.ladysign-apps.com/developer/chrome-43-breaks-sencha-touch-modern-toolkit-and-how-to-fix-it/#.VYopnJeqqko