You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@weex.apache.org by "codefurture (JIRA)" <ji...@apache.org> on 2018/07/16 06:55:00 UTC

[jira] [Closed] (WEEX-247) list中包含scoller时卡顿

     [ https://issues.apache.org/jira/browse/WEEX-247?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

codefurture closed WEEX-247.
----------------------------
    Resolution: Fixed

> list中包含scoller时卡顿
> -----------------
>
>                 Key: WEEX-247
>                 URL: https://issues.apache.org/jira/browse/WEEX-247
>             Project: Weex
>          Issue Type: Improvement
>          Components: Android
>    Affects Versions: 0.18
>         Environment: 安卓和ios均卡顿,安卓低端机效果更明显
>            Reporter: fudongrong
>            Assignee: codefurture
>            Priority: Critical
>         Attachments: 1522726701.jpg
>
>
> 在纵向List中包含横向scoller时,占用内存过大,导致页面卡顿,安卓平台较明显。代码大致如下:
> <list class="brand-list" 
>             :style="list_style" 
>             loadmoreoffset="10"
>             @loadmore="onloadmore"
>     >
>       <cell>
>              <scoller
>                             scroll-direction="horizontal" 
>                             show-scrollbar="false"></scoller>
>      </cell>
> </list>



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)