Skip to content
This repository has been archived by the owner on Aug 17, 2023. It is now read-only.

Updated routeWithNavController to Ionic v4 - Fixed #183 #198

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

patrickbussmann
Copy link
Contributor

Updated routeWithNavController to Ionic 4.

Copy link
Contributor

@chrisweight chrisweight left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is going to need to maintain backwards compatibility, so will need to account for the Ionic 3 paradigm too

@mreis1
Copy link

mreis1 commented Aug 24, 2022

For backward compatibility you may want to try something like this:

(navController.setRoot || navController.navigateRoot)(match.$route, match.$args);

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants