Wanted to scroll to top from Typescript in ion-infinite-scroll. I have a search box together with an infinite scroll to show result.
currently am using el.shadowRoot.children[1].scrollTop = 0 ; Looking for a more native solution.
1 post - 1 participant