iOS SwiftUI SafariView Bug – Why is the first URL not loading properly?
I am building a SwiftUI application with a list of products, where each product has an associated URL. When the user clicks the “Info” button of a product, a SafariView should open to display the corresponding URL. However, I am…