ionic-team / ionic-plugin-deeplinks

Handle deeplinks into your Ionic/Cordova apps from Universal Links, App Links, and Custom URL schemes. For those using Ionic 2, there are some nice goodies that make life easier.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Deeplink not naviagting to specific page

vignesh-balakrishnan opened this issue · comments

In ionic 4 when match found i tried navigate user to specific page but it's throwing error.
when I debugged it I found the issue is on deeplink.js file. Ionic 4 is does not have push() function for navigation.
Error messsage:
"navController.push is not a function at plugins/ionic-plugin-deeplinks/www/deeplink.js:106"
Any one please help me to solve this issue thanks in advance.

Of course, because navcontroller doesn't have push(). Try navigateForward() instead