Im trying to redirect from a blank page to a tabs component when logging, but the IonToolbar from the blank page gets stucked in the tabs component when using ’ this.$router.push() ’ to redirect to the Tabs component, so i have to use window.location.reload() so IonToolbar doesnt get stuck, but I’ve read is not a well way to use location.reload() on a Ionic app.
Anyone knows how to properly redirect from component to component route without getting sub-components stuck?, Thanks.
1 post - 1 participant