Relative Content

Tag Archive for htmlflutterdartflutter-inappwebview

Flutter Webview not working as expected in Flutter web app

I am trying to fetch the html from the webview using flutter_inappwebview 6.0.0 in my Flutter web app. But every time the method controller.evaluateJavascript is returning null. I also tried controller.getHtml(); it is also giving me null. Simple javascript code 1 + 1 is also returning null.