Navigating large lists with wp8

Hi

I know there are some limitations with ionic and windows phone. Anyhow I have implemented an app which works pretty nicely on wp platform also. But still I have one annoying issue i cannot resolve.

I have long list (700+ items) and clicking an item the details of the item is shown. That is working fine, but when i click back the scroll position of the list is not retained. I am using ionic version 13 so caching views is not enabled. For ios and android i’m using ionicScrollDelegate to remember the scroll position, but with wp i cannot use it because the scrolling works really badly if i dont have overflow-scroll=“false” declaration. Any ideas for fixing this issue?