You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 #).
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:
openLink
Expected Behavior
The complete content in the URL can also be loaded correctly on Android.
The text was updated successfully, but these errors were encountered: