2 dépôts
Integration of minimal browser rendering engines into native applications for UI display.
Distinct from Browser Kernel Management: Focuses on the architectural embedding of the kernel as a framework, not managing a full browser's navigation or privacy.
Explore 2 awesome GitHub repositories matching mobile development · Embedded Browser Kernels. Refine with filters or upvote what's useful.
miniblink49 is a stripped-down Blink browser kernel and embedded web UI framework used to integrate HTML user interfaces into native C++ applications. It functions as a C++ JavaScript interop bridge that maps high-level script calls to low-level native logic and provides a resource-optimized headless browser engine for processing web content without a graphical interface. The project enables custom browser environment control by bypassing cross-origin security policies to allow requests across different domains. It further allows for the interception of network resources to replace remote ass
Integrates a stripped-down browser kernel as a widget to render HTML user interfaces in native apps.
This is a plugin for embedding inline or headless web browsers within Flutter applications to render web content. It provides a system for integrating native webview components directly into the widget tree, allowing for the display of web pages and local assets. The project distinguishes itself by offering a headless browser controller for programmatic interaction and data extraction, as well as tools to wrap Progressive Web Apps into native application containers. It includes a mobile bridge for WebRTC to manage camera and microphone permissions for real-time audio and video communication.
Provides a system for integrating native webview components directly into the Flutter widget tree to render web content.