Skip to content

Not working on iOS18, not opening the webpage #53

@Hext123

Description

@Hext123

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)
})

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions