Relative Content

Tag Archive for iosflutterwebview

Flutter WebView shows white screen on iOS

I want to use the WebView in Flutter to load a code redemption page from apple, so that my user can use discounts on subscriptions. For example pages like Google, Flutter.dev, … it works fine, but using the url from apple sadly won’t. I just get a blank white screen in my body – the appbar works fine. What could be wrong?