I'm trying to scrollTop actual view when click on Tab on Ionic 6. In home I have the tabs ['tab1','tab2','tab3'], for example: I'm in 'tab1' and when I click again on same tab have to scrollTop.
I try with ionViewWillEnter but this works if I enter the view. How to setup this method?