键盘打开时WebviewScaffold无法滚动

时间:2020-05-06 10:13:31

标签: flutter dart scroll webviewscaffold

打开键盘时,Flutter中的WebviewScaffold没有滚动。我将如何解决这个问题? 这是我的代码

WebviewScaffold(
          url: url,
          scrollBar: true,
          clearCache: false,
          clearCookies: false,
          withJavascript: true,
          geolocationEnabled: true,
          // run javascript
          withZoom: false,
          // if you want the user zoom-in and zoom-out
          hidden: false,
          // put it true if you want to show CircularProgressIndicator while waiting for the page to load
          appCacheEnabled: true,
        )

1 个答案:

答案 0 :(得分:0)

您可以在这里使用一些帮助,您是该项目中的Web视图:

https://github.com/npm-ued/flutter_webview_plugin

此问题为reportedfixed