Telegram Application
Telegram for Android
Describe the Bug
I want to post a pre-populated tweet after clicking a button in mini app, so I called the openLink method to open the link.
It loads the content properly on ios and web, but cannot load the entire content on Android. Android cannot parse the %23 (%23 is #).
URL: https://twitter.com/intent/tweet?text=%F0%9F%8E%A2The+crypto+world+is+not+just+for+degens+anymore.+%23UFOOL%27s+quiz+challenges+are+here+for+you.%0A++++%0A%F0%9F%91%89%5Bt.me%2Fufool_bot%5D
The content of the attachment is the correct content.

To Reproduce
Steps to reproduce the behavior:
- click a button to call the
openLink
- view the content on X.
Expected Behavior
The complete content in the URL can also be loaded correctly on Android.
Telegram Application
Telegram for Android
Describe the Bug
I want to post a pre-populated tweet after clicking a button in mini app, so I called the
openLinkmethod to open the link.It loads the content properly on ios and web, but cannot load the entire content on Android. Android cannot parse the
%23(%23is#).URL: https://twitter.com/intent/tweet?text=%F0%9F%8E%A2The+crypto+world+is+not+just+for+degens+anymore.+%23UFOOL%27s+quiz+challenges+are+here+for+you.%0A++++%0A%F0%9F%91%89%5Bt.me%2Fufool_bot%5D
The content of the attachment is the correct content.
To Reproduce
Steps to reproduce the behavior:
openLinkExpected Behavior
The complete content in the URL can also be loaded correctly on Android.