3 repositorios
Integration of native system webview engines into desktop applications for cross-platform content rendering.
Distinct from Platform Integrations: Focuses on the core capability of embedding the system webview rather than a specific framework or debugging platform.
Explore 3 awesome GitHub repositories matching user interface & experience · Native WebView Integrations. Refine with filters or upvote what's useful.
Wry es una librería de Rust para incrustar y controlar webviews nativos del sistema dentro de aplicaciones de escritorio en múltiples sistemas operativos. Actúa como un envoltorio de webview nativo y renderizador multiplataforma que utiliza el motor de navegador predeterminado del sistema operativo anfitrión para mostrar contenido web. El proyecto proporciona una capa de comunicación para ejecutar JavaScript dentro de un webview y recibir resultados serializados de vuelta en Rust. Permite la implementación de protocolos personalizados para mapear esquemas de URL a manejadores internos, permitiendo la carga de activos locales y la interceptación de solicitudes de red sin un servidor. La librería cubre la gestión de ventanas nativas y el renderizado de UI, incluyendo la capacidad de anidar webviews hijos y personalizar la configuración de apariencia. Incluye capacidades para la interceptación de navegación, gestión de cookies y sesiones, y la activación de herramientas de desarrollo del navegador nativo para la depuración. Wry expone manejadores de ventanas nativos y proporciona una interfaz de funciones extranjeras (FFI) para extensiones específicas de la plataforma.
Embeds web content into native desktop applications using Rust and the operating system's default browser engine.
This project is a collection of technical research and documentation focused on compiler theory, low-level programming, and iOS development. It serves as a learning repository and programming guide, covering code compilation, execution engines, and the inner workings of language architectures. The documentation details the analysis of executable files, runtime loops, and operating system internals to understand system behavior. It also tracks the chronological evolution of language features and syntax across different version releases. The repository covers several practical application area
Integrates native system webview engines to render rich HTML content from external feeds.
DSBridge-Android is a communication framework and JavaScript bridge for Android that enables bidirectional function calls and data exchange between native Android code and web views. It serves as an integration tool for hybrid applications, providing a system to orchestrate synchronous and asynchronous messaging between the native mobile environment and web-based interfaces. The project distinguishes itself through a namespace-based method dispatching system that uses dot-notation to organize functions into hierarchical groups, preventing naming conflicts. It also includes a cross-layer debug
Connects native Android code with web-based interfaces to allow bidirectional communication and shared data exchange.