Skip to content

Commit

Permalink
kram-profile - fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
alecazam committed Mar 9, 2024
1 parent 7e36556 commit 98f46d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kram-profile/kram-profile/kram_profileApp.swift
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ func newWebView(request: URLRequest) -> WKWebView {

// here frame is entire screen
let webView = MyWebView(frame: .zero, configuration: configuration)
webView.shimDrag()
//webView.shimDrag()

// The page is complaining it's going to lose the data if fwd/back hit
webView.allowsBackForwardNavigationGestures = false
Expand Down

0 comments on commit 98f46d7

Please sign in to comment.