2 Repos
Intercepting network requests within a mobile web view to serve local cache or inject metadata.
Distinct from Request Interception Middleware: Specifically targets the web view's internal network layer rather than general server-side middleware.
Explore 2 awesome GitHub repositories matching web development · WebView Interception. Refine with filters or upvote what's useful.
VasSonic is a hybrid mobile app framework for Android and iOS designed to optimize the loading speed of web views. It functions as a web view performance optimizer and a mobile web resource cache, utilizing an HTML differential update engine to minimize remote network fetches and reduce first-screen load times. The framework distinguishes itself by splitting HTML into static templates and dynamic data, calculating differences between server state and cached content to send only modified fragments. It employs a native-to-JavaScript bridge to sync these server-side data updates directly into th
Intercepts web view network requests to serve cached assets and inject custom session metadata.
Electrobun is a desktop application framework and webview-based GUI toolkit used for building cross-platform desktop apps. It provides a TypeScript-based runtime and a native system webview to create interfaces that integrate embedded browser views with host-process logic. The project features a native GPU integration layer with direct FFI bindings, allowing for high-performance GPU surfaces and compute workloads to run within a desktop application. It also includes an inter-process communication bridge using a typed RPC system to exchange data and execute functions between the native backend
Detects and handles requests to open new windows or start file downloads from within the webview.