application/main.c

changeset 463
e8ee57cc052e
parent 462
9e499276136a
child 465
00735562b25b
--- 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
+      }  
     }
     
     /*

mercurial