How to embed system webview into applications?

I have looked web-view, winit and tauri, but none of them can meet my requirement completely.

I want to develop a GUI application with web view in its window, and at least can compile to Windows, Linux, macOS and Android, it's . The HTML standard compatibility is secondary, light weight and cross-platform friendly is major.

web-view is fine, but it cannot compile to Android. winit can be compiled to Android, but I have no idea how to embed web view in it. tauri can be compiled to Android and embedded web view, but it seems not easy to learn and relatively heavier.

So is there anybody have ideas to combine winit and web-view? Thanks.

This topic was automatically closed 90 days after the last reply. We invite you to open a new topic if you have further questions or comments.