I try this code and it work but you should give an idealHeight I recommend you to give idealHeight 500 CGFloat after that it will work
WebView(text: $text)
.frame(minWidth: 0, maxWidth: .infinity, minHeight: 0, idealHeight: 500, maxHeight: .infinity, alignment: .center)
.padding()