All modules:
Link copied to clipboard
wvbridge is a Compose Multiplatform library that embeds the host platform WebView and exposes a small, Kotlin-friendly common API for loading pages, observing URL and loading state changes, and driving basic browser navigation.
Link copied to clipboard
wvbridge:jsbridge extends wvbridge:core with a small helper layer for JavaScript evaluation and WebView messages. It runs JavaScript through the controller's JavaScriptBridge and normalizes platform-specific values into a common Kotlin JSValue model.