Problem with Toggle and UIWebView on iOS

Hello guys, due to CORS stuff I need to use UIWebView for iOS since I have no control over the server. However, UIWebView makes Toggle component looks like this. This doesn’t happen if I use WKWebView.

What can I do about it?

image

Thanks

If I may give you an advice, solve your CORS issue and use WkWebView

UIWebView will be deprecated in iOS 12 (https://developer.apple.com/documentation/uikit/uiwebview?changes=_6)

I can’t I don’t own or can’t modify the server