簡體   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