Tag

UIWebView

0 views collected around this technical thread.

Hujiang Technology
Hujiang Technology
Jul 20, 2017 · Mobile Development

Understanding WKWebView: Comparison with UIWebView, Usage, Issues, and Solutions

This article introduces WKWebView, compares it with the legacy UIWebView in terms of performance and memory usage, explains usage patterns, delegate protocols, JavaScript‑Native interaction, common pitfalls such as cookie handling, process crashes, caching, and offers practical solutions and best‑practice recommendations for iOS developers.

JavaScriptNativeUIWebView
0 likes · 18 min read
Understanding WKWebView: Comparison with UIWebView, Usage, Issues, and Solutions
Hujiang Technology
Hujiang Technology
Apr 20, 2017 · Mobile Development

Enhancing UIWebView with KakiWebView: Plugins, JSBridge, and JavaScriptCore Integration

This article explores how to improve the legacy UIWebView on iOS by using the lightweight KakiWebView component, discussing motivations for WebView adoption, JS‑Native interaction via JSBridge and JavaScriptCore, code organization strategies, and a set of extensible plugins.

JSBridgeJavaScriptCoreKakiWebView
0 likes · 7 min read
Enhancing UIWebView with KakiWebView: Plugins, JSBridge, and JavaScriptCore Integration