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

[Bug]: A Failure in the visibility of the Back button #554

Open
dmitrydrynov opened this issue Nov 18, 2024 · 0 comments
Open

[Bug]: A Failure in the visibility of the Back button #554

dmitrydrynov opened this issue Nov 18, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@dmitrydrynov
Copy link

Telegram Application

Telegram for Android, Telegram Desktop

Describe the Bug

The backButton.hide() function does not hide the button

To Reproduce

Steps to reproduce the behavior:

  1. Go to 'Page 1' where I use back Button.show() for showing the button
  2. Click on 'Back Button' for return on the previous page
  3. On the previous page I'm using backButton.hide() for hidding the button but this function doesn't work. I'm seeing the button.

I can hide the back button with telegram-web-app.js
Telegram.Web App.Back Button.show() - I say show me the button
Telegram.Web App.Back Button.hide() - and now the button is hide.

Expected Behavior

backButton.hide() should hide the button

@dmitrydrynov dmitrydrynov added the bug Something isn't working label Nov 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants