This no longer works in iOS 16. Fatal error: UIViewRepresentables must be value types: WebViewWrapper. final class WebViewWrapper : UIViewRepresentable needs to be a Struct I think?
This no longer works in iOS 16. Fatal error: UIViewRepresentables must be value types: WebViewWrapper.
final class WebViewWrapper : UIViewRepresentable needs to be a Struct I think?