Skip to content

Commit cd24923

Browse files
committed
reset applicationNameForUserAgent, as we're using a custom implementation
1 parent 904c8f5 commit cd24923

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ios-pwa-wrapper/ViewController.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ class ViewController: UIViewController {
8585
})
8686
}
8787
}
88+
webView.configuration.applicationNameForUserAgent = ""
8889

8990
// init observers
9091
webView.addObserver(self, forKeyPath: #keyPath(WKWebView.isLoading), options: NSKeyValueObservingOptions.new, context: nil)

0 commit comments

Comments
 (0)