diff --git a/docs/web3wallet/mobileLinking.mdx b/docs/web3wallet/mobileLinking.mdx index f0c72bc47..26c076a46 100644 --- a/docs/web3wallet/mobileLinking.mdx +++ b/docs/web3wallet/mobileLinking.mdx @@ -107,6 +107,13 @@ In order for Dapps to be able to trigger your wallet for a connection or sign re ``` +:::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. + +::: + +