▲ | est 5 hours ago | |
So why can't Python call system WebView directly? Is passing through layers of Rust really needed here? | ||
▲ | Retr0id 4 hours ago | parent | next [-] | |
Abstractions are rarely "necessary" in a strict sense but since Tauri already solves the problem of doing cross-platform webviews, why not reuse that work? | ||
▲ | akshayKMR 3 hours ago | parent | prev [-] | |
I've used pywebview in the past ~2017. Works well. |