awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 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·2 Aufrufemarcuswest.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.

Star-Verlauf

Star-Verlauf für marcuswestin/webviewjavascriptbridgeStar-Verlauf für marcuswestin/webviewjavascriptbridge

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Start searching with AI

Open-Source-Alternativen zu WebViewJavascriptBridge

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit WebViewJavascriptBridge.
  • happydog-intj/jsbridgeAvatar von happydog-intj

    happydog-intj/JsBridge

    9,912Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗9,912
  • wendux/dsbridge-androidAvatar von wendux

    wendux/DSBridge-Android

    3,878Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗3,878
  • cefsharp/cefsharpAvatar von cefsharp

    cefsharp/CefSharp

    10,205Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗10,205
  • pedant/safe-java-js-webview-bridgeAvatar von pedant

    pedant/safe-java-js-webview-bridge

    2,415Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗2,415
Alle 30 Alternativen zu WebViewJavascriptBridge anzeigen→

Häufig gestellte Fragen

Was macht 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.

Was sind die Hauptfunktionen von marcuswestin/webviewjavascriptbridge?

Die Hauptfunktionen von marcuswestin/webviewjavascriptbridge sind: Asynchronous Message-Passing Bridges, Native Object Registrations, Host-to-Embedded Data Synchronizers, Hybrid App Development, WebKit Interoperability, Communication Channels, Native Function Invocations, JavaScript Interop.

Welche Open-Source-Alternativen gibt es zu marcuswestin/webviewjavascriptbridge?

Open-Source-Alternativen zu marcuswestin/webviewjavascriptbridge sind unter anderem: 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…