我要打开AlertDialog
,WebviewScaffold
但它没有显示。当我打开 时AlertDialog
,它出现在WebviewScaffold
.
下面是我的代码,
child: Container(
child: WebviewScaffold(
url: agreementURL,
withZoom: false,
withLocalStorage: false,
hidden: true,
withJavascript: true,
),
),
当互联网不可用时,我将显示AlertDialog
但对话框出现在WebviewScaffold
.
谢谢。