ionic-plugin-deeplinks
Advanced tools
Comparing version
{ | ||
"name": "ionic-plugin-deeplinks", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"cordova": { | ||
@@ -5,0 +5,0 @@ "id": "ionic-plugin-deeplinks", |
@@ -8,3 +8,3 @@ Ionic Deeplinks Plugin | ||
For example, you can have your app open through a link to https://yoursite.com/product/cool-beans and then navigate | ||
to display the Cool Beans in your store (cool beans!). | ||
to display the Cool Beans in your app (cool beans!). | ||
@@ -37,3 +37,3 @@ Additionally, on Android and pre 9.2 iOS, your app can be opened through a custom URL scheme, like `coolbeans://app/product/cool-beans`. | ||
```typescript | ||
```javascript | ||
import {Deeplinks} from 'ionic-native'; | ||
@@ -58,3 +58,3 @@ | ||
```typescript | ||
```javascript | ||
Deeplinks.routeWithNavController(this.navController, { | ||
@@ -61,0 +61,0 @@ '/about-us': AboutPage, |
20863
-0.01%