We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 26e730f + c5d83a2 commit 0679402Copy full SHA for 0679402
1 file changed
mos/Flean/ViewController.swift
@@ -49,7 +49,7 @@ class ViewController: NSViewController, WKNavigationDelegate, WKScriptMessageHan
49
</body>
50
</html>
51
"""
52
- self.webView.loadHTMLString(fallbackHTML, baseURL: nil)
+ self.webView.loadHTMLString(fallbackHTML, baseURL: Bundle.main.bundleURL)
53
return
54
}
55
0 commit comments