Comment by est Comment by est 8 hours ago 2 replies Copy Link View on Hacker News So why can't Python call system WebView directly? Is passing through layers of Rust really needed here?
Copy Link Retr0id 7 hours ago Next Collapse Comment - 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? Reply View | 0 replies
Copy Link akshayKMR 5 hours ago Prev Collapse Comment - I've used pywebview in the past ~2017. Works well.https://github.com/r0x0r/pywebview Reply View | 0 replies
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?