Skip to content

Commit 8bdcd61

Browse files
Merge pull request #24 from OutSystems/development
RMET-4216 ::: adding allowsBackForwardNavigationGestures for WKWebView on iOS
2 parents 87856fe + 1e8b58a commit 8bdcd61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

OSInAppBrowserLib/Models/Options/OSIABWebViewOptions.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ public class OSIABWebViewOptions: OSIABOptions {
6969
viewStyle: OSIABViewStyle = .defaultValue,
7070
animationEffect: OSIABAnimationEffect = .defaultValue,
7171
customUserAgent: String? = nil,
72-
allowsBackForwardNavigationGestures: Bool = true,
72+
allowsBackForwardNavigationGestures: Bool = true
7373
) {
7474
self.showURL = showURL
7575
self.showToolbar = showToolbar

0 commit comments

Comments
 (0)