ionic 2 + angular 2 : auto scroll to bottom of list / page / chat

后端 未结 9 1474
误落风尘
误落风尘 2021-02-13 12:42

I\'m trying to code a page with two segments \"chat\" and \"content\". I want that one \"chat\" segment the page auto-scroll to the bottom with no effect. The chat is a &l

9条回答
  •  南方客
    南方客 (楼主)
    2021-02-13 13:10

    This should work if your ion-list element has a fixed height.

    
         item 1 
         item 2 
        [...]
         item 20 
         item 21 
    
    
    [...]
    
    
    

提交回复
热议问题