How to Implement Persistent Wallet Modal Like Demo Using Vue + Wagmi + Reown #5758
Unanswered
isLiuyinghao
asked this question in
Developer Support
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Problem

I'm trying to replicate the behavior of the wallet connection modal shown in the Reown demo (demo). In the demo, the modal seems to remain persistent (does not close automatically) until the user successfully connects a wallet. However, in my implementation using Vue + Wagmi + Reown AppKit, the modal closes immediately after the user interacts with it (e.g., cancels or selects a wallet), even if no wallet is connected.
I want to achieve a "persistent" modal effect where the wallet connection modal stays open until a wallet is successfully connected, similar to the demo.
Beta Was this translation helpful? Give feedback.
All reactions