diff -r 9e499276136a -r e8ee57cc052e application/main.c --- a/application/main.c Sat Feb 08 21:42:56 2025 +0100 +++ b/application/main.c Sun Feb 09 20:21:52 2025 +0100 @@ -478,6 +478,13 @@ ui_button(obj, .label = "Button 2"); } } + ui_tab(obj, "Tab 9") { +#ifdef UI_WEBVIEW + ui_webview(obj, .fill = UI_ON); +#else + ui_label(obj, "Webview is not supported"); +#endif + } } /*