We use scrollTo functions in the ionic application by setting $location.hash(id) and $anchorScroll() . Scrolling down works fine, but we cannot scroll a page after scrolling to a certain location using $anchorScroll and $location.hash() .
See the problem in codepen . Press the "Down" button and try to go back.
Please provide a solution to fix this scrolling issue.
Saidh source share