There are 4 repositories under jsbridge topic.
JSPatch bridge Objective-C and Javascript using the Objective-C runtime. You can call any Objective-C class and method in JavaScript by just including a small engine. JSPatch is generally used to hotfix iOS App.
:earth_americas: A modern cross-platform JavaScript bridge, through which you can invoke each other's functions synchronously or asynchronously between JavaScript and native.
:earth_asia: A modern cross-platform JavaScript bridge, through which you can invoke each other's functions synchronously or asynchronously between JavaScript and native.
🌉 A Bridge for Sending Messages between Swift and JavaScript in WKWebViews.
一站式解决 WKWebView 支持离线包,Ajax/Fetch 请求,表单请求和 Cookie 同步的问题 (基于 Ajax Hook,Fetch Hook 和 Cookie Hook)
A simpler, extendable bidirectional communication Frame between Android WebView and Javascript
关于 JavaScript 前端开发、工作经验的一点点总结。
Invoke functions between React Native and WebView
A solution for safe and fast interaction between js and native,it's minimum support API 14;
针对WebView开发的工具集,包括WebView基础能力、性能优化能力等,后续将逐步开源
A design of easy js-bridge which provide the ability to communicate between java and javascript.It is based on the android webview's feature [addJavaScriptInterface]
A modern cross-platform JavaScript bridge, through which you can invoke each other's functions synchronously or asynchronously between JavaScript and Dart.
DSBridge-iOS in Swift. Allows developers to send synchronous/asynchronous method calls between Swift and JavaScript code.
autojs的webView实现,支持初始化脚本注入、jsBridge两端互调
这是一个学习Android WebView的开源项目,涉及到WebView的基本用法、功能优化和常见问题的解决方案等等
SwiftJSBridge is a handy JavaScript Bridge, written in Swift, support WKWebView and UIWebView
A great & strong plugin based WebViewController. 一款基于插件的 WebView 视图控制器,您可以基于它设计您的浏览器插件,然后像积木一样来组装它们。
FMWebViewJavascriptBridge inspired by WebViewJavascripBridge and react native
How to use jsb.reflection.callStaticMethod, evalString and manual JSB.
APP端与JS交互的全方位Demo。包括Android、iOS
一套完整的native-bridge-web协议与实现,清晰规范的开发Hybrid App
iOS JsBridge Solution by WebViewJavascriptBridge