Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Inline mode again doesnt work on iOS client! #1519

Open
2 tasks done
danyarubtsov opened this issue Aug 29, 2024 · 2 comments
Open
2 tasks done

Inline mode again doesnt work on iOS client! #1519

danyarubtsov opened this issue Aug 29, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@danyarubtsov
Copy link

Checklist

  • I am reporting an issue in existing functionality that does not work as intended
  • I've searched for existing GitHub issues

Description

Calling an inline share via chatbot buttons (like switchToChatButton) does not open the inline menu in the selected chat until the user clicks on the message input field and enters any character.

Expected Behavior

the inline menu is called correctly, and does not simply allow sending a message with the text of the inline request

Actual Behavior

Instead of opening the inline menu, the user simply gets into a dialog with a prepared message in the @botName query format, and can send it as normal text. To fix this, you have to type any character in the input field, and then the inline works as it should.

Steps to Reproduce

  1. Send to user message with button switchToChatButton and any query. 2. Pick the chat, where you want use inline-mode 3. U can send message like @bot query, until you click on the message input line and enter any character, the client thinks that you are just going to send a message

Environment

Device: iPhone 15 pro

iOS version: 17.5.1

App version: 11.0.2

@danyarubtsov danyarubtsov added the bug Something isn't working label Aug 29, 2024
@97albertus
Copy link

I'd like to add to this issue.

Inline keyboard buttons with switch_inline_query_current_chat do not work at all in supergroup threads on iOS.

Pressing on such buttons in a forum thread simply returns the user to the list of threads

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
2 participants