Skip to content

Commit 6cfe1f8

Browse files
committed
added navigation overview
1 parent 9565efa commit 6cfe1f8

27 files changed

+443
-7
lines changed

docs/ff-concepts/navigation-routing/deep-dynamic-linking.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ any website link would work.
1515
The figure below illustrates how it works:
1616

1717
<figure>
18-
![img.png](img.png)
18+
![img.png](imgs/img.png)
1919
<figcaption class="centered-caption">Deep and Dynamic link flow</figcaption>
2020
</figure>
2121

@@ -38,12 +38,12 @@ links to work, you must have the app installed on your device.
3838
The deep link consists of three parts. It begins with the scheme followed by the host and page name,
3939
such as `designersapp://designersapp.com/profile`.
4040

41-
![img_1.png](img_1.png)
41+
![img_1.png](imgs/img_1.png)
4242

4343
If the page name is not provided (i.e. `designersapp://mydesignersapp.com/)`It will open the app's
4444
landing page.
4545

46-
![img_2.png](img_2.png)
46+
![img_2.png](imgs/img_2.png)
4747

4848
### Adding Deep Link
4949

@@ -78,7 +78,7 @@ In this step, You will set the URL scheme. To do that:
7878
the back button from a deep link page, enable the **Pages Are Subroutes of Root Page** option. *
7979
*Tip**: we recommend enabling this option to increase user engagement with your app.
8080

81-
![img_3.png](img_3.png)
81+
![img_3.png](imgs/img_3.png)
8282

8383
#### 2. Setting page URL
8484

@@ -287,7 +287,7 @@ In this step, You will set the URL scheme. To do that:
287287
the back button from a deep link page, enable the **Pages Are Subroutes of Root Page** option. *
288288
*Tip**: we recommend enabling this option to increase user engagement with your app.
289289

290-
![img_4.png](img_4.png)
290+
![img_4.png](imgs/img_4.png)
291291

292292
#### 4. Setting page URL
293293

@@ -377,7 +377,7 @@ To pass custom data with the link, you need to have the following:
377377
1. Make sure you have a parameter defined on a page you want to pass in a dynamic link.
378378

379379
<figure>
380-
![img_5.png](img_5.png)
380+
![img_5.png](imgs/img_5.png)
381381
<figcaption class="centered-caption">Adding parameter on page</figcaption>
382382
</figure>
383383

@@ -386,7 +386,7 @@ To pass custom data with the link, you need to have the following:
386386

387387

388388
<figure>
389-
![img_6.png](img_6.png)
389+
![img_6.png](imgs/img_6.png)
390390
<figcaption class="centered-caption">Including a parameter in the route</figcaption>
391391
</figure>
392392

4.14 MB
Loading
51.4 KB
Loading
104 KB
Loading
39.9 KB
Loading
105 KB
Loading
82.9 KB
Loading
Binary file not shown.

0 commit comments

Comments
 (0)