Google Chrome 版本 43.0.2357.125(64 位)中的 Sencha Touch Application Scrolling & Ext.carousel.Carousel 问题



我正在开发Sencha Touch 2.4和Sencha Command 5.0.1.231。我正在使用谷歌Chrome来测试我的应用程序。最近我更新了我的Chrome浏览器39到43。现在我的Sencha Touch应用程序被卡住了。

当我在Chrome37&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浏览器更新和sencha触摸界面问题,但我找不到。

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

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

最新更新