繁体   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)

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

当我在Chrome 37和39版本中运行sencha touch应用程序时,它可以完美运行,但在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触摸界面问题,但我找不到。

暂无
暂无

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

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