@nildan wrote:
I’m building a PWA based on Ionic’s PWA Toolkit. In @ionic/angular I could use events like ionViewDidEnter. Is there an equivalent to these events in Ionic+Stencil?
Stencil provides componentWillLoad/DidLoad and componentWillUpdate/DidUpdate, but these are not triggered when just navigating between pages (I use tabs, if that makes any difference). ionTabsDidChange could have been an option, but it doesn’t bubble down to the pages if I understand it right.
Posts: 1
Participants: 1