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

VKWebAppShowWallPostBox сбрасывает цвет экшн-бара к дефолтному #81

Closed
shevchux opened this issue Apr 9, 2020 · 3 comments

Comments

@shevchux
Copy link

shevchux commented Apr 9, 2020

  1. Устанавливаю свой цвет экшн-бара

vkBridge.send('VKWebAppSetViewSettings', { status_bar_style, action_bar_color });

  1. Вызываю бокс публикации записи на стене

vkBridge.send('VKWebAppShowWallPostBox', options);

На этом моменте цвет экшн-бара изменился в соответствии с темой ВКонтакте.

  1. Закрываю бокс публикации записи на стене.
  2. Bug! Цвет экшн-бара остался в соответствии с темой ВКонтакте.

Ожидаемы результат: После закрытия бокса, вызванного событием VKWebAppShowWallPostBox, цвет экшн-бара восстанавливается.

@shevchux shevchux changed the title VKWebAppShowWallPostBox сбрасывает цвет экшн-бара, установленный с помощью VKWebAppSetViewSettings VKWebAppShowWallPostBox сбрасывает цвет экшн-бара к дефолтному Apr 9, 2020
@shevchux
Copy link
Author

shevchux commented Apr 9, 2020

Проверял в Android приложении

@mainsmirnov
Copy link
Contributor

Не воспроизвел

@shevchux
Copy link
Author

shevchux commented Jul 29, 2020

Исправили в последних версиях.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants