awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
marcuswestin avatar

marcuswestin/WebViewJavascriptBridge

0
View on GitHub↗
14,321 stars·2,963 forks·Objective-C·MIT·4 vuesmarcuswest.in↗

WebViewJavascriptBridge

WebViewJavascriptBridge is a communication layer for sending bidirectional messages between native Objective-C code and JavaScript within iOS and macOS web views. It serves as an interoperability toolkit for synchronizing data and executing callbacks between native Apple platform applications and their embedded web content.

The project provides a messaging interface that exposes native functions to the web environment and triggers JavaScript handlers from native application code. It enables the registration of named handlers in native code that can be invoked by JavaScript to request device actions.

The bridge manages communication through a named handler registry and a system for callback-based response routing. It utilizes mechanisms such as URL-scheme message passing and string-evaluation execution to facilitate the exchange of data between the native layer and the web view.

Features

  • Asynchronous Message-Passing Bridges - Implements an asynchronous message-passing bridge for bidirectional communication between Objective-C and JavaScript.
  • Native Object Registrations - Registers named native functions that can be invoked from JavaScript to request device actions or data.
  • Host-to-Embedded Data Synchronizers - Provides bidirectional communication channels to synchronize state between a native host and an embedded web view.
  • Hybrid App Development - Facilitates hybrid application development by bridging native system capabilities with web-based content.
  • WebKit Interoperability - Provides a toolkit for synchronizing data and executing callbacks between native Apple platform apps and embedded web content.
  • Communication Channels - Defines named communication channels for exchanging data between native code and JavaScript environments.
  • Native Function Invocations - Provides a mechanism for the web view to invoke native handlers and receive responses via callbacks.
  • JavaScript Interop - Enables synchronization of state and execution of functions between Objective-C native logic and JavaScript.
  • JavaScript-to-Native Bridges - Implements an asynchronous communication layer to map JavaScript calls to native Objective-C handlers.
  • Native-to-Script Function Invocations - Implements mechanisms for calling named functions in the JavaScript environment from native Objective-C code.
  • Web View Script Execution - Enables triggering specific JavaScript handlers within the web view and capturing return values via native callbacks.
  • JavaScript Execution Bridges - Provides a mechanism for executing scripts and invoking functions within a web view from a native host application.
  • Web-Native Integration Bridges - Provides a bridge that allows web-based content to communicate with and trigger actions within a native host environment.
  • Script String Evaluation - Runs JavaScript functions by injecting and evaluating raw string scripts directly into the web view's execution context.
  • URL Scheme Handlers - Uses custom URL schemes to transmit data from JavaScript to native code via request interception.
  • Named Function Registries - Maintains a registry of named native handlers that are available for invocation from the web environment.
  • Task-to-Response Mapping - Maps unique identifiers to specific callback functions to route asynchronous responses from native code back to the caller.

Historique des stars

Graphique de l'historique des stars pour marcuswestin/webviewjavascriptbridgeGraphique de l'historique des stars pour marcuswestin/webviewjavascriptbridge

Recherche par IA

Explorez plus de dépôts awesome

Décrivez vos besoins en langage naturel — l'IA classe des milliers de projets open source sélectionnés par pertinence.

Start searching with AI

Alternatives open source à WebViewJavascriptBridge

Projets open source similaires, classés selon le nombre de fonctionnalités partagées avec WebViewJavascriptBridge.
  • happydog-intj/jsbridgeAvatar de happydog-intj

    happydog-intj/JsBridge

    9,912Voir sur GitHub↗

    JsBridge is a bidirectional communication layer for Android that synchronizes data and triggers actions between a native Java application and an embedded web view. It serves as an interface for calling Java methods from JavaScript and executing JavaScript functions from native Android code. The project features an asynchronous bridge queue that stores pending function calls in a readiness buffer, ensuring requests are executed only after the connection between the native and web environments is stable. It utilizes callback identifier mapping to route asynchronous native responses back to the

    Java
    Voir sur GitHub↗9,912
  • wendux/dsbridge-androidAvatar de wendux

    wendux/DSBridge-Android

    3,878Voir sur GitHub↗

    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

    Javajavascript-bridgejsbridgesupport-x5
    Voir sur GitHub↗3,878
  • cefsharp/cefsharpAvatar de cefsharp

    cefsharp/CefSharp

    10,205Voir sur GitHub↗

    CefSharp is a .NET binding for the Chromium Embedded Framework that allows developers to embed a full web browser into desktop applications. It provides an embedded browser control for rendering HTML, CSS, and JavaScript content within a native host window. The project features a bidirectional JavaScript bridge interface that enables the execution of scripts and the exposure of native host classes and methods to the browser environment. It also includes a headless browser automation tool for executing web tasks and capturing page screenshots without a graphical user interface. The library co

    C#browserc-plus-plusc-sharp
    Voir sur GitHub↗10,205
  • pedant/safe-java-js-webview-bridgeAvatar de pedant

    pedant/safe-java-js-webview-bridge

    2,415Voir sur GitHub↗

    This library provides a secure communication bridge for Android applications, enabling interaction between native Java code and web-based JavaScript interfaces within a WebView. It facilitates the invocation of native system methods from web scripts and manages the exchange of data across the language boundary. The framework utilizes a prompt-based interception layer to validate method signatures before execution, ensuring that only authorized native code is triggered. It supports complex data exchange through structured serialization and provides a mechanism for mapping native methods to web

    JavaScript
    Voir sur GitHub↗2,415
Voir les 30 alternatives à WebViewJavascriptBridge→

Questions fréquentes

Que fait marcuswestin/webviewjavascriptbridge ?

WebViewJavascriptBridge is a communication layer for sending bidirectional messages between native Objective-C code and JavaScript within iOS and macOS web views. It serves as an interoperability toolkit for synchronizing data and executing callbacks between native Apple platform applications and their embedded web content.

Quelles sont les fonctionnalités principales de marcuswestin/webviewjavascriptbridge ?

Les fonctionnalités principales de marcuswestin/webviewjavascriptbridge sont : Asynchronous Message-Passing Bridges, Native Object Registrations, Host-to-Embedded Data Synchronizers, Hybrid App Development, WebKit Interoperability, Communication Channels, Native Function Invocations, JavaScript Interop.

Quelles sont les alternatives open-source à marcuswestin/webviewjavascriptbridge ?

Les alternatives open-source à marcuswestin/webviewjavascriptbridge incluent : happydog-intj/jsbridge — JsBridge is a bidirectional communication layer for Android that synchronizes data and triggers actions between a… wendux/dsbridge-android — DSBridge-Android is a communication framework and JavaScript bridge for Android that enables bidirectional function… cefsharp/cefsharp — CefSharp is a .NET binding for the Chromium Embedded Framework that allows developers to embed a full web browser into… pedant/safe-java-js-webview-bridge — This library provides a secure communication bridge for Android applications, enabling interaction between native Java… googlechromelabs/carlo — Carlo is a Node.js web rendering framework and desktop application bundler. It functions as a server-side browser… apache/cordova-android — This project is an Android hybrid mobile framework that enables the development of applications running web content…