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 ? #5526
Unanswered
mitulmlakhani
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
-
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