I’m using anchorscroll to scroll to an element on the page.
After clicking the link to scroll to a location, the content view seems to get stuck. You can scroll down further than the element, but you can’t scroll up past the element.
I’ve tried reproducing this on vanilla Angular, and it doesn’t seem to occur there. Is this a bug?
Ionic: http://plnkr.co/edit/68V0hX5hji9KedZ3gWg9
Vanilla Angular: http://plnkr.co/edit/PCO051UJS8EHbdkmFV40
Also referenced on:
http://forum.ionicframework.com/t/content-stuck-after-anchorscroll/776
Sure, set overflow-scroll=”true” on the content area and then try it and see if it works for ya.