Hey there, I've been working on integrating a web app with my chat bot, taking advantage of the new Telegram feature.
Unfortunately, after adding the site, I'm encountering an issue where clicking the button opens up an empty page. It seems that the problem lies with some JS code being pulled in by Vue.js.
P.S. Navigating through the domain site is smooth and seamless otherwise.
It appears that the built-in Telegram browser may be blocking certain functionalities used by Vue.js
My main question now is how do I go about debugging this? I can't even copy text from this window, let alone accessing the developer's console within it.