Ion-infinite-scroll problem or overflow-scroll problem or both

my app has a sidebar for navigation. i have 5 views that i constantly switch between them. i have lists in 4 of them, list items are added to them using ionic infinite scroll. when I first go to a view everything works fine…infinite scroll fill the view with list items, but sometimes…not all the time…if I happen to change my view to another view before any items have been added to the list, ionic infinite scroll on the previous view stops working and does not add any more items to the list on the previous view. I notice this happens when i have overflow-scroll set to true otherwise not. Can anyone explain this…i want to keep overflow scroll but i run the risk of my app malfunctioning

i hope my problem is clear.