From 78ae7722fce820d20f8af87029c8404526046b56 Mon Sep 17 00:00:00 2001
From: GitHub Action
is_progress_visible
- Indicates whether the button should display a loading indicator (boolean, false by default)Configures the main button, located immediately below the webview: when the user presses it a main_button_pressed
event should be emitted by the client.
Note that if is_visible
is true, only when opening web apps from the attachment menu and only on clients with tab bars, the main button should be displayed only after the first user tap inside of the webview (to prevent bots from immediately blocking the tab bar).
+
Note that if is_visible
is true, only when opening web apps from the attachment menu and only on clients with tab bars, the main button should be displayed only after the first user tap inside of the webview (to prevent bots from immediately blocking the media type tab bar).
Otherwise, the main button can be displayed right away if is_visible
is true.
web_app_setup_back_button
Event data: a JSON object with an is_visible
boolean field.