Skip to content
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions src/content/cookbook/navigation/set-up-app-links.md
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,12 @@ To test **both** web and app setup, you must click a link
directly through web browser or another app.
One way is to create a Google Doc, add the link, and tap on it.

:::note
You may need to enable the toggle for "Supported web addresses" manually
in your Android app's settings if you are debugging locally, and not
downloading the app from the Play Store.
:::

If everything is set up correctly, the Flutter application
launches and displays the details screen:

Expand Down
Loading