add native mode checks and fallback for pywebview in UI launch process; create new pywebview module

This commit is contained in:
Ross
2025-11-24 13:47:32 +00:00
parent b40e802627
commit 6a49f47a5b
2 changed files with 54 additions and 2 deletions
+3
View File
@@ -0,0 +1,3 @@
import webview
webview.create_window('Hello world', 'https://pywebview.flowrl.com/hello')
webview.start()