We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e36556 commit 98f46d7Copy full SHA for 98f46d7
kram-profile/kram-profile/kram_profileApp.swift
@@ -353,7 +353,7 @@ func newWebView(request: URLRequest) -> WKWebView {
353
354
// here frame is entire screen
355
let webView = MyWebView(frame: .zero, configuration: configuration)
356
- webView.shimDrag()
+ //webView.shimDrag()
357
358
// The page is complaining it's going to lose the data if fwd/back hit
359
webView.allowsBackForwardNavigationGestures = false
0 commit comments