Collection-repeat and view cache weirdness

Indeed, it fixes my issue to comment that line :wink:

However, I don’t investigate to see if the fact to comment it impacts other thing.

You could try:
http://ionicframework.com/docs/api/service/$ionicScrollDelegate/
there is a function "getscrollposition"
Store them in a service if you leave the view -> if you go back set the scroll position…

It will seen as a “scroll down” if you go back to the view… but it will be scroll to that position

I’m having the same issue, looking at the watcher count
when I’m on the collection-repeat view watcher count is around 170 if i go to another view and open a modal the watcher count jumps to around 3200,

possible fix?

Commenting out the line ionic.trigger('resize'); in ionic.angular.js but if i comment out the line

ionic.trigger('resize'); line number 43912 in ionic.bundle.js this fixes the issue.

is there any solution for this?
If yes please help me
Thanks in advance