Replies: 2 comments
-
Same problem. Maybe found a way to fix it? |
Beta Was this translation helpful? Give feedback.
0 replies
-
same problem |
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, after i initialized the core library <script src="https://telegram.org/js/telegram-web-app.js"></script> in index.html, after following the docs carefully, i couldnt get the MainButton to work in my mini-app from Telegram in my Android device, the button appears but when i click on it it doesnt do anything, but it works on the web version of telegram here is the code that i used
import { MainButton, useShowPopup } from '@vkruglikov/react-telegram-web-app';
i took this from example the document provides, this is the code that isnt working for me, am i missing something?, thanks in advance
Beta Was this translation helpful? Give feedback.
All reactions