a native ios client for gitbay

client ios swift

https://gitbay.org

org readme: let the navigation delegate match, so links leave the web view !27

merged cmc wants to merge krz/gitbay-ios:org-link-delegate into main

1 file changed, +1 −1

gitbay/Views/Repos/OrgReadmeWebView.swift +1 −1
@@ -226,7 +226,7 @@ private struct OrgWebRepresentable: UIViewRepresentable {
226226 func webView(
227227 _ webView: WKWebView,
228228 decidePolicyFor action: WKNavigationAction,
229 decisionHandler: @escaping (WKNavigationActionPolicy) -> Void
229 decisionHandler: @escaping @MainActor (WKNavigationActionPolicy) -> Void
230230 ) {
231231 if action.navigationType == .linkActivated, let url = action.request.url {
232232 parent.openURL(url)