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]: bridge.supportsAsync("VKWebAppSetViewSettings") возвращает true на вебе #575

Open
svyatoslavpavlov opened this issue Oct 18, 2024 · 1 comment
Assignees
Labels

Comments

@svyatoslavpavlov
Copy link

Описание

На вебе bridge.supportsAsync("VKWebAppSetViewSettings") возвращает true и при вызове собственно самого метода приходит ошибка

bridge.send(
      "VKWebAppSetViewSettings",
      {
        status_bar_style: isDark ? "light" : "dark",
        action_bar_color: isDark ? "#19191A" : "#FFFFFF"
      }
    );
error_code: 6
error_reason: "Unsupported platform"

Версия vk-bridge

2.15.1

Платформа

Web

Браузер и версия

No response

Шаги воспроизведения

Ожидаемое поведение

Фактическое поведение

Скриншоты

No response

Приложение

No response

Код, который вызвал ошибку

No response

@pasha-nikitin-2003
Copy link
Contributor

Добрый день!
Сейчас есть такая проблема. Спланируем и возьмем в работу задачу.

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

No branches or pull requests

3 participants