all links open in WebView and I can not go back to the previous view of the APP.
How can I specify that links are opened in the Safari and not in the WebView of my APP?
What do I have to change in my code?
if let url = URL(string: "https://www.example.com") {
let request = URLRequest(url: url)
webView.loadRequest(request)
}
Many thanks for your efforts!
greeting Bjorn