Read and tried How to display a WebView in SwiftUI
Read and tried How to display a WebView in SwiftUI. I have found that SwiftUI’s Text
become slow for showing big real life documents so I tried switching back to WKWebView
. I found WKWebView
is extremely fast in comparison with SwiftUI Text
.