We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 209fac7 + 2936727 commit e686d39Copy full SHA for e686d39
webview/src/iosMain/kotlin/com/multiplatform/webview/web/WebView.ios.kt
@@ -151,6 +151,8 @@ fun IOSWebView(
151
scrollEnabled = it.scrollEnabled
152
showsHorizontalScrollIndicator = it.showHorizontalScrollIndicator
153
showsVerticalScrollIndicator = it.showVerticalScrollIndicator
154
+ contentInsetAdjustmentBehavior =
155
+ platform.UIKit.UIScrollViewContentInsetAdjustmentBehavior.UIScrollViewContentInsetAdjustmentNever
156
}
157
158
0 commit comments