You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Wallet does not open in Telegram min app (WebView) in Telegram (iOS/Android).
You need to change from window.location.href to window.open, but window.open does not work correctly because you are using await just before.
You can create a TG Bot by BotFather, and set the page URL(https://www.rainbowkit.com/) of Mini App, then open the Mini App, connect wallet. You can reproduce the problem we encountered.
Is there an existing issue for this?
RainbowKit Version
2.2.0
wagmi Version
2.12.29
Current Behavior
Wallet does not open in Telegram min app (WebView) in Telegram (iOS/Android).
You need to change from window.location.href to window.open, but window.open does not work correctly because you are using await just before.
https://github.com/rainbow-me/rainbowkit/blob/main/packages/rainbowkit/src/components/ConnectOptions/MobileOptions.tsx#L111
Expected Behavior
The opening of the wallet application.
Steps To Reproduce
Link to Minimal Reproducible Example (CodeSandbox, StackBlitz, etc.)
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: