You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@weex.apache.org by aixiaoxianggithub <gi...@git.apache.org> on 2018/06/22 11:07:41 UTC

[GitHub] incubator-weex pull request #1287: fix Weex list component in the Android wi...

GitHub user aixiaoxianggithub opened a pull request:

    https://github.com/apache/incubator-weex/pull/1287

    fix Weex list component in the Android without scroll bars

    fix Weex list component in the Android without scroll bars
    
    ![image](https://user-images.githubusercontent.com/8416556/41773666-742f69b6-764f-11e8-8d4d-3746880431f8.png)


You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/aixiaoxianggithub/incubator-weex master

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/incubator-weex/pull/1287.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #1287
    
----
commit a5a9933c478599f21373953ce00cd334a3679a00
Author: axx <ax...@...>
Date:   2018-06-22T11:03:47Z

    fix Weex list component in the Android without scroll bars

----


---

[GitHub] incubator-weex issue #1287: [WEEX-475] fix Weex list component in the Androi...

Posted by aixiaoxianggithub <gi...@git.apache.org>.
Github user aixiaoxianggithub commented on the issue:

    https://github.com/apache/incubator-weex/pull/1287
  
    @gubaojian 
    
    I want to display scroll bars。
    
    in Android
    
    use  showScrollbar = true,  Cannot scroll bars are displayed。
    
    Such as:
    http://dotwe.org/vue/76fc6c84ddf78be0888f3826458fa67a
    
    



---

[GitHub] incubator-weex issue #1287: fix Weex list component in the Android without s...

Posted by weex-bot <gi...@git.apache.org>.
Github user weex-bot commented on the issue:

    https://github.com/apache/incubator-weex/pull/1287
  
    
    <!--
      0 failure: 
      1 warning:  No Changelog chan...
      1 messages
      
    -->
    
    
    <table>
      <thead>
        <tr>
          <th width="50"></th>
          <th width="100%" data-danger-table="true">Warnings</th>
        </tr>
      </thead>
      <tbody><tr>
          <td>:warning:</td>
          <td>No Changelog changes!</td>
        </tr>
      </tbody>
    </table>
    
    
    <table>
      <thead>
        <tr>
          <th width="50"></th>
          <th width="100%" data-danger-table="true">Messages</th>
        </tr>
      </thead>
      <tbody><tr>
          <td>:book:</td>
          <td>danger test finished.</td>
        </tr>
      </tbody>
    </table>
    
    
    <p align="right">
      Generated by :no_entry_sign: <a href="http://github.com/danger/danger-js/">dangerJS</a>
    </p>



---

[GitHub] incubator-weex issue #1287: [WEEX-475] fix Weex list component in the Androi...

Posted by gubaojian <gi...@git.apache.org>.
Github user gubaojian commented on the issue:

    https://github.com/apache/incubator-weex/pull/1287
  
    use showScrollbar = false


---