Tag

Native Communication

0 views collected around this technical thread.

ByteDance ADFE Team
ByteDance ADFE Team
Jun 30, 2021 · Mobile Development

Understanding JSBridge: Implementation and Communication Between WebView and Native

This article explains what JSBridge is, details its implementation using URL interception and iframe tricks, and walks through the full communication flow between a WebView and native code on iOS, including code examples for registration, message handling, and callbacks.

JSBridgeJavaScriptNative Communication
0 likes · 12 min read
Understanding JSBridge: Implementation and Communication Between WebView and Native
ByteFE
ByteFE
Jun 17, 2021 · Mobile Development

Understanding JSBridge: Implementation and Communication Between WebView and Native

This article explains what JSBridge is, details its implementation using URL interception and iframe tricks, and walks through the registration, message handling, and call flow between WebView and native code on iOS, providing full code examples and a step‑by‑step process overview.

JSBridgeMobile DevelopmentNative Communication
0 likes · 11 min read
Understanding JSBridge: Implementation and Communication Between WebView and Native