-
|
Hi, see the Looks like they are working differently but I need behavior of It is possible to call something from tma.js to make same behavior as In my case I need to go from mini app to chat with bot Instead it, |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 21 replies
-
|
Can you provide any example that works different for you? |
Beta Was this translation helpful? Give feedback.
-
|
Here is what I do on button click but nothing happens: // click handler
openTelegramLink('https://t.me/Influm_bot');
miniApp.close();Here is video (telegram on macos): Interesting thing is yesterday it was working on iPhone - it closes mini app and goes to chat with bot |
Beta Was this translation helpful? Give feedback.
-
|
The behavior of this function is the same as in the Telegram SDK - it opens specified link. In case it doesn't work, consider creating a new issue. |
Beta Was this translation helpful? Give feedback.
The behavior of this function is the same as in the Telegram SDK - it opens specified link.
In case it doesn't work, consider creating a new issue.