-
Notifications
You must be signed in to change notification settings - Fork 105
Open
Description
Hello Metamask team,
We have identified a significant issue regarding message signing immediately after wallet connection, primarily affecting Android mobile devices.
Description:
- Expected Behavior: Users should be able to sign messages as soon as the wallet enters the connected state
- Current Behavior: Although the isConnected property is correctly set to "true", calling signMessage doesn't trigger any prompt in the wallet. No errors are displayed in the browser console.
Technical Details:
- The issue is intermittent and varies across different Android device models
- Environment: Latest Chrome, Latest Metamask
- Packages: appkit 1.6.3, @wagmi/core 2.x
- Node.js: 22.12.0
Reproduction:
- Minimal example reproducing the bug: https://stackblitz.com/edit/vitejs-vite-9yovhwna?file=src%2Fmain.js
- Detailed GitHub issue: [bug] Unable to sign messages immediately after a successful connection on mobile devices reown-com/appkit#3601
Additional Context:
The issue has been documented in this GitHub issue: reown-com/appkit#3601. "Reown" is the new name of "Wallet Connect" and Appkit is the package we use in our implementation.
There appears to be a delay between the completion of the connection phase and the wallet's readiness to handle message signing operations.
Could you help us investigate this issue? We're available to provide any additional information needed.
Best regards,
Metadata
Metadata
Assignees
Labels
No labels