Skip to content

Commit b191b8c

Browse files
committed
fix: fixes ios scroll issue
1 parent 9064fa9 commit b191b8c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Sources/FormbricksSDK/WebView/SurveyWebView.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ struct SurveyWebView: UIViewRepresentable {
3030
}
3131
webView.navigationDelegate = context.coordinator
3232
webView.uiDelegate = context.coordinator
33+
webView.scrollView.isScrollEnabled = false
3334
return webView
3435
}
3536

0 commit comments

Comments
 (0)