Enter the Ionic Deeplinks Plugin:
Deeplinking as a concept has evolved heavily over the last few years, with mobile devices going from supporting custom URL schemes (like
instagram://
) to now opening native apps in response to navigation to URLs (likeamazon.com
).To help Ionic developers deeplink more easily, we are excited to announce a new, official way to deeplink into both Ionic 1 and Ionic 2 apps (and non-ionic Cordova apps). Let’s take a look at how it works
In the past I have used EddyVerbruggen/Custom-URL-scheme (which served me well). Looks like this new Ionic Deeplinks Plugin is about to replace it.
Ionic Deeplinks Introductory Blogpost: Deeplinking in Ionic Apps →
Ionic Deeplinks Plugin (GitHub) →
Ionic Deeplinks Demo for Ionic 2 (GitHub) →
Ionic Deeplinks Demo for Ionic 1 (GitHub) →