Telegram Mini App: Wallet Loader Not Displaying, Causing Redirection Issues on First Load. In demo app there is loaders beside wallets, how i can achieve this ? #3354
Unanswered
mitulmlakhani
asked this question in
Q&A
Replies: 3 comments 9 replies
-
thanks for reporting - what app are you building? we'd love to see it @ganchoradkov can you pls advise? |
Beta Was this translation helpful? Give feedback.
6 replies
-
code is the same as https://github.com/reown-com/appkit-web-examples/tree/main/react/react-ethers from @rtomas code samples. |
Beta Was this translation helpful? Give feedback.
0 replies
-
@mitulmlakhani we haven't released this yet - #3025 - coming shortly |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm building the Telegram mini app with AppKit and following the React example with Ethers.
When the wallet modal opens, none of the wallets appear ready. In the demo Telegram mini app (available here), a loader is displayed next to the wallet list for 3-5 seconds while the wallets are loading.
However, in my app, no loaders are visible. If users click a wallet before it's ready, the redirection fails. Clicking after 5 seconds works fine.
Note: This issue occurs only on the first load.
Note: this issue getting first time only and on Iphone only
Packages I'm Using:
- react app AppKit intialize
AppKit Component:
<appkit-button />
Beta Was this translation helpful? Give feedback.
All reactions