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

Not working on iOS18, not opening the webpage #53

Open
Hext123 opened this issue Sep 20, 2024 · 0 comments
Open

Not working on iOS18, not opening the webpage #53

Hext123 opened this issue Sep 20, 2024 · 0 comments

Comments

@Hext123
Copy link

Hext123 commented Sep 20, 2024

Not working on iOS18, Normal on systems with lower versions

@State private var showUrl: URL?

Button("button") {
    showUrl = URL(string: "https://github.com/")
}
.safariView(item: $showUrl, content: { url in
    SafariView(url: url)
})
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

No branches or pull requests

1 participant