overtake / TelegramSwift

Source code of Telegram for macos on Swift 5.0
https://macos.telegram.org
GNU General Public License v2.0
4.99k stars 844 forks source link

Mini apps - internal Telegram links aren't opening in full screen #1156

Open kubk opened 1 month ago

kubk commented 1 month ago
Screenshot 2024-08-08 at 09 11 53

Steps to reproduce:

No redirect happens on MacOS app. On iOS app the links are opened. In my mini app there are links to bot's channel and they stopped working too, example: WebApp.openTelegramLink('https://t.me/memo_card_bot_channel')

Telegram version: 10.15.4.266662 AppStore, macos version 14.5 (23F79)

kubk commented 1 month ago

I've double checked and turned out it happens only in Telegram's full screen mode.

This confirmed bug is probably related: https://github.com/overtake/TelegramSwift/issues/1155