webui-dev / webui

Use any web browser or WebView as GUI, with your preferred language in the backend and modern web technologies in the frontend, all in a lightweight portable library.
https://webui.me
MIT License
2.91k stars 164 forks source link

[Request] Multiwebview support #469

Open thewh1teagle opened 1 month ago

thewh1teagle commented 1 month ago

Add option to have multi webviews in the same window. For example - the main window of the browser chrome have multi webviews in the same window. 1 webview is the titlebar with URL etc. the second is the actual page. Tauri have that option as well.

AlbertShown commented 1 month ago

It's better to use a custom WebView implementation that does this, then use webui to easily connect UI with your backend.