
English 한국어
Webview Bundle is an "Offline First" web resource deployment system for webview-based frameworks and platforms.
Instead of fetching your web application code over the network and rendering it in the webview,
it loads web application code packed into a webview bundle file (.wvb) from local and renders it in the webview. A remote can also be configured to download webview bundles from the remote, effectively delivering up-to-date application code without requiring a native update.
Webview Bundle supports all the platforms that provide a webview — Electron, Tauri, Android, iOS, and Deno Desktop (experimental) — and also ships with a bridge for communicating with the webview.
For more details, see the documentation.
License
MIT License