Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open new windows in SFController #133

Merged
merged 2 commits into from
Jul 24, 2023
Merged

Open new windows in SFController #133

merged 2 commits into from
Jul 24, 2023

Conversation

fatihemreozkul
Copy link
Collaborator

No description provided.

@fatihemreozkul fatihemreozkul changed the title Open pages in new url Open new windows in SFController Jul 24, 2023
@zmian zmian merged commit 116ac47 into main Jul 24, 2023
@zmian zmian deleted the fo/enhancement/webView branch July 24, 2023 19:14
@@ -246,8 +256,14 @@ extension WebView {
}

func webView(_ webView: WKWebView, createWebViewWith configuration: WKWebViewConfiguration, for navigationAction: WKNavigationAction, windowFeatures: WKWindowFeatures) -> WKWebView? {
webView.load(navigationAction.request)
return nil
guard let url = navigationAction.request.url else {
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

don't we actually want the request itself? since it can have other info like headers etc.

zmian added a commit that referenced this pull request Feb 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants