We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 87856fe + 1e8b58a commit 8bdcd61Copy full SHA for 8bdcd61
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