deptyped / vue-telegram

Telegram integration for Vue
https://vue-tg.deptyped.com
MIT License
172 stars 11 forks source link

[Event] closing a mini app? #27

Open cryptogateway opened 3 months ago

cryptogateway commented 3 months ago

Is it possible to track the event of closing a mini app?

deptyped commented 3 months ago

beforeunload event maybe? Didn't check

window.addEventListener("beforeunload", onClosing)

What is the problem you're trying to solve?