vue-telegram
vue-telegram copied to clipboard
Telegram integration for Vue
Hello! Right now if the mini app is open (fully expanded) and you swipe screen down the app closes. It's a standard behavior for many apps. But I have seen...
Hey! Once again I need your assistance. I am building a webapp in Nuxt3. As you know, when you open a webapp in Telegram you can click on three dots...
- Slots API ```vue import { BiometricManager } from 'vue-tg' Biometric init... Biometric is not supported on the current device Biometric access is not granted Biometric is ready to use...
```vue import { useWebAppCloudStorage } from 'vue-tg' const valueRef = useWebAppCloudStorageItem("some-key", "initial value", { writeDebounce: 500, // ms serializer: { read(raw: string): T write(value: T): string }, onError: (error: unknown)...
```vue import { Popup, PopupButton } from 'vue-tg' function handleAgreeButton() { // ... } function handleDisagreeButton() { // ... } ```
Please! Integrate with nuxt 3 This works only if i write this: ```js useHead({ script: [ { src: 'https://telegram.org/js/telegram-web-app.js', defer: true } ] }) onMounted(async () => { const VueTg...
Here is the output of this code: ``` initData: {{ initData }} initDataUnsafe: {{ initDataUnsafe }} isPlatform: {{ isPlatform }} isPlatformUnknown: {{ isPlatformUnknown }} isReady: {{ isReady }} canSendData: {{...
 Is there a monitoring event for this?