I there a Flutter package that implements UIWebView?

33 views Asked by At

I need to use iOS UIWebView in my Flutter application. I there a Flutter package which implements UIWebView? There are a lot of packages implementing WKWebView, but I did not find UIWebView for Flutter.

PS I need to intercept http requests from WebView. It is possible to do it with WKWebView, but this solution has a lot of problems. That is why I want to use UIWebView.

0

There are 0 answers