Skip to content

Commit 4ff987f

Browse files
committed
added fix unexpected char on OSIABWebViewOptions file
1 parent 87856fe commit 4ff987f

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

OSInAppBrowserLib.zip

-2.09 MB
Binary file not shown.

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)