When I am using
$location.hash('idWhereAnchorShouldBePlaced');
$ionicScrollDelegate.anchorScroll();
in my controller for going to a specific point in my page; My page top scroll stuck and bottom scroll goes so long. Please post if there is any fix.
In the view file I added overflow-scroll="true"
<ion-content overflow-scroll="true"> like below
and this smoothly fixed the issue.
Actually this issue is one reported issue of ionic.
I find patch answer here. Have a look at this also.