We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f917f44 + 923f37d commit 1e8b58aCopy full SHA for 1e8b58a
OSInAppBrowserLib/Models/Options/OSIABWebViewOptions.swift
@@ -69,7 +69,7 @@ public class OSIABWebViewOptions: OSIABOptions {
69
viewStyle: OSIABViewStyle = .defaultValue,
70
animationEffect: OSIABAnimationEffect = .defaultValue,
71
customUserAgent: String? = nil,
72
- allowsBackForwardNavigationGestures: Bool = true,
+ allowsBackForwardNavigationGestures: Bool = true
73
) {
74
self.showURL = showURL
75
self.showToolbar = showToolbar
0 commit comments