The backButton.hide() function does not hide the button
To Reproduce
Steps to reproduce the behavior:
Go to 'Page 1' where I use back Button.show() for showing the button
Click on 'Back Button' for return on the previous page
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.
Telegram Application
Telegram for Android, Telegram Desktop
Describe the Bug
The
backButton.hide()
function does not hide the buttonTo Reproduce
Steps to reproduce the behavior:
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 buttonTelegram.Web App.Back Button.hide()
- and now the button is hide.Expected Behavior
backButton.hide() should hide the button