We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ef53600 + 8e29bcd commit d42d704Copy full SHA for d42d704
1 file changed
webview/src/iosMain/kotlin/com/multiplatform/webview/web/WKNavigationDelegate.kt
@@ -123,7 +123,7 @@ class WKNavigationDelegate(
123
}
124
if (url != null && !isRedirect &&
125
navigator.requestInterceptor != null &&
126
- decidePolicyForNavigationAction.targetFrame?.mainFrame == true
+ decidePolicyForNavigationAction.targetFrame?.mainFrame != false
127
) {
128
navigator.requestInterceptor.apply {
129
val request = decidePolicyForNavigationAction.request
0 commit comments