Flutter WebView未在平板电脑上显示

时间:2019-07-08 23:10:55

标签: flutter webview dart

我遇到了WebView问题,当我在手机上使用Webview测试应用程序时,感觉很好。但是当我尝试使用平板电脑时,它不起作用。有什么问题吗? (我正在使用Webview渲染3D对象)

body: const WebView(
        initialUrl: 'https://rafik-belkadi.github.io/Personal-Resumee/credit.html',
        javascriptMode: JavascriptMode.unrestricted,
      ),

0 个答案:

没有答案
相关问题