Is there a webview compose multiplatform library t...
# compose-ios
m
Is there a webview compose multiplatform library that can be used to easily show webviews on Android and iOS
👀 2
d
You can use iOS WKWebView with interop Compose function UIKitView(... factory = {WKWebView()})
k