Raxort

Results 11 comments of Raxort

Same here. Was trying to set up the keyboard using the guidelines in the documentation, but got the message: `Method [replyKeyboardMarkup] does not exist.` Fix the bug, please.

Good. I am starting.

Here is an example of the App that doesn't close on drag down: https://t.me/notcoin_bot It's a game and in this case such App behavior doesn't break user experience.

Yes, you got me right. But on my smartphone, it doesn't close when you drag it down... iPhone.

> Hi. Works correctly for me on Telegram Android. Can you reproduce it using window.Telegram.WebApp.initData directly? Just tried with this code in **Nuxt 3**: ``` onMounted(() => nextTick(()=>{ console.log('-- InitData...

I temporarily resolved the issue by writing initData value into cookie on first launch and using this cookie after relaunch. But I believe it's not the best solution...

Forgot to mention the Telegram versions: Latest version of TG on Windows (4.15). Latest on iPhone.

Ok, got you. I will be digging into the issue when I have time. Thanks for assistance!

> Can't reproduce on Windows either 🤔 I'm trying with this code: https://codesandbox.io/p/devbox/vue-tg-18-rmhmhz I was able to reproduce. Nuxt uses "pages" directory for creating routes. Add "pages" directory into the...

That's a much more complicated problem than I thought. Thanks for digging. I will think about how to fix. If I find a fix, I will comment.