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
&l
Just do it:
public ionViewDidEnter(){ this.content.scrollToBottom(300); }