Skip to content
This repository was archived by the owner on Sep 26, 2025. It is now read-only.
Open
Changes from all 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
7 changes: 7 additions & 0 deletions docs/web3wallet/mobileLinking.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,13 @@ In order for Dapps to be able to trigger your wallet for a connection or sign re
</intent-filter>
```

:::info Note

In case when a wallet is opened in the same process as caller app, consider changing the launchMode flag in your activity to singleTask.

:::


</PlatformTabItem>
<PlatformTabItem value="flutter">

Expand Down