KevinnZou / compose-webview-multiplatform

WebView for JetBrains Compose Multiplatform
https://kevinnzou.github.io/compose-webview-multiplatform/
Apache License 2.0
494 stars 62 forks source link

Ios webview issue #243

Closed the-best-is-best closed 3 hours ago

the-best-is-best commented 3 hours ago

Uncaught Kotlin exception: kotlin.native.internal.IrLinkageError: Function 'UIKitView' can not be called: No function found for symbol 'androidx.compose.ui.interop/UIKitView|UIKitView(kotlin.Function0<0:0>;androidx.compose.ui.Modifier;kotlin.Function1<0:0,kotlin.Unit>?;androidx.compose.ui.graphics.Color;kotlin.Function1<0:0,kotlin.Unit>?;kotlin.Function2<0:0,kotlinx.cinterop.CValue,kotlin.Unit>?;kotlin.Boolean;androidx.compose.runtime.Composer?;kotlin.Int;kotlin.Int){0§}[0]' at 0 Choose two squares.debug.dylib 0x10c0a0be3
.....

val privacyUrl = rememberWebViewState(url = BuildConfig.PRIVACY_URL) val navigateWebView = rememberWebViewNavigator()

WebView( modifier = Modifier.fillMaxSize(), navigator = navigateWebView, state = privacyUrl, captureBackPresses = false)

the-best-is-best commented 3 hours ago

i upgrade package to 1.9.40-alpha03 and fixed