Ion-scroll ionic when bounces stops

So I am using ion-scroll to have a long list scrollable but I noticed (on IPhones and IPads) once it bounces it gets frozen and won’t scroll for a while (i.e. 10 seconds).
Here is how I did it:

<ion-scroll scrollY="true">
<div>
<ion-list>
... some buttons here ...
</ion-list>
</div>
</ion-scroll>

Any clue about this weird behaviour?

Do you have resolve this problem?