HEXT
Results
1
issues of
HEXT
Not working on iOS18, Normal on systems with lower versions ```swift @State private var showUrl: URL? Button("button") { showUrl = URL(string: "https://github.com/") } .safariView(item: $showUrl, content: { url in SafariView(url:...