Seeking Help with AppKit Mobile Wallet Connection in Telegram Mini-App #5474
Unanswered
Madeindreams
asked this question in
Developer Support
Replies: 1 comment
-
Hi!
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi everyone,
I'm developing a Telegram mini-app (using React) and implementing AppKit for wallet connections. However, I'm encountering an issue with triggering the correct mobile wallet options.
Current Issue
When I trigger the wallet modal, the mobile (Android/iPhone) app shows only the "Browser Wallet" option, which doesn’t connect as expected. On the desktop version of Telegram, the app offers the wallet connection options and works well. I’d like to know how to ensure the correct mobile wallet connection option appears in the mobile app.
My Setup
Here’s my AppKit implementation:
The above setup works well on desktop, offering the expected wallet connection options. But on mobile, I’m seeing only the browser wallet option. I referenced the docs and found a working example bot that opens the correct mobile wallet options within Telegram (bot link: AppKit Test Bot).
This is what i see on the mobile app
Questions
Is there any specific configuration needed to enable the correct mobile wallet options?
Has anyone encountered this issue with the mobile wallet connection in Telegram, and if so, how did you resolve it?
Additional Details
Packages:
"@reown/appkit": "^1.1.5"
"@reown/appkit-adapter-wagmi": "^1.1.5"
"@tanstack/react-query": "^5.59.15"
"ethers": "^6.13.4"
"react": "^18.3.1"
"wagmi": "^2.12.19"
Any insights or guidance on how to resolve this would be greatly appreciated. Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions