Closed iuriiiurevich closed 1 month ago
Working on the solution
Should be fine in 2.5.0
@heyqbnk There is still one buggy case. In Telegram version ≥6.1 <6.9 the following code:
if (miniApp.mount.isSupported()) {
miniApp.mount();
}
throws
Parameter "color" of "web_app_set_header_color" method is unsupported in Mini Apps version 6.1
Thank you for attention! Try 2.5.1
Telegram Application
Telegram for Android, Telegram for iOS, Telegram for macOS, Telegram Desktop, Telegram Web A, Telegram Web K
Describe the Bug
For example, if you call
miniApp.mount()
in Telegram version 7.2, the following error will be thrown:To Reproduce
miniApp.mount()
to any miniapp that uses@telegram-apps
v2Expected Behavior
No error :)