Quantcast
Channel: Ionic Forum - Latest topics
Viewing all articles
Browse latest Browse all 71531

How to scrollToBottom a div?

$
0
0

@saidatta123 wrote:

Hello,
I want to autoScroll a particular div to bottom whenever a new message is received. The solutions that I found only mentioned scroll for content element. How do I scrollToBottom a div?

<ion-content class="page mc-page">

       <div class="chatpanel">

             <!--I want to auto scroll .chattxt-w -->
            <div class="chattxt-w" #chattxt>
                <div class="wtxt s3 msgitem" text-left>This is a sample message</div>
                <!--load all messages-->
                <div class="wtxt s3 msgitem" text-left *ngFor="let msgs of messages">{{msgs.msg}}</div>
            </div>


        </div>

</ion-content>

Posts: 1

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 71531

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>