You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@weex.apache.org by GitBox <gi...@apache.org> on 2020/03/12 08:49:24 UTC

[GitHub] [incubator-weex] wangxiongtao opened a new issue #3164: [Android]子组件中有scroller ,父组件引用时scroller滑动不了

wangxiongtao opened a new issue #3164: [Android]子组件中有scroller ,父组件引用时scroller滑动不了
URL: https://github.com/apache/incubator-weex/issues/3164
 
 
   
   
   [Android]子组件中有scroller ,父组件引用时scroller滑动不了

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [incubator-weex] wangxiongtao commented on issue #3164: [Android]子组件中有scroller ,父组件引用时scroller滑动不了

Posted by GitBox <gi...@apache.org>.
wangxiongtao commented on issue #3164: [Android]子组件中有scroller ,父组件引用时scroller滑动不了
URL: https://github.com/apache/incubator-weex/issues/3164#issuecomment-598074133
 
 
   ![ERROR](https://user-images.githubusercontent.com/29773333/76504054-e55f2c80-6481-11ea-98c6-9745551e0d50.png)
   这种写法 就滑动不了

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [incubator-weex] wangxiongtao commented on issue #3164: [Android]子组件中有scroller ,父组件引用时scroller滑动不了

Posted by GitBox <gi...@apache.org>.
wangxiongtao commented on issue #3164: [Android]子组件中有scroller ,父组件引用时scroller滑动不了
URL: https://github.com/apache/incubator-weex/issues/3164#issuecomment-598072715
 
 
   子组件
   <template>
     <div>
       <scroller>
         。。。。。
       </scroller>
     </div>
   </template>
   
   父组件
   <template>
     <div>
       < 子组件/>
     </div>
   </template>
   
   这种情况scroller滑动不了

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services