Ionic 4 bounce effect in iOS

I am using Ionic 4 to build an app that connects to Google Firebase to get the realtime database update on the front-end side. The value of the database subscribed all the time. When I scroll the page inside iOS Safari, the bounce effect becomes weird when firebase pushes the new value to the front-end. So is that any way to disable the bounce effect etc.?

use attribute forceOverscroll on ion-content (https://beta.ionicframework.com/docs/api/content#properties
Source :- ionic 4 disable IOS bounce