@ritopls wrote:
In my APP I am navigating between pages with the NavController.
That works fine and as it should, but I have cases in which I want to redirect to the start page.
For this I used ModalController://Redirect to other Feedbacks let modal = this.modalCtrl.create(FeedbackPage); modal.present();
When I do it like this and I am redirected to this page the Button for the side menu of navcontroller is disabled:
The next time i redirect to the Page the button disapears:
Does anybody know how i can redirect WITHOUT NavController?
Or how I can solve this Problem?Because I dont want that the user needs to press this button to come back to the Page:
Posts: 3
Participants: 2