From 6f9a254dba7083bd53194113e9bd7e94f0015417 Mon Sep 17 00:00:00 2001 From: cjand <1747143535@qq.com> Date: Tue, 12 Nov 2024 15:34:15 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=84=E9=81=BFwebview=E7=82=B9=E5=87=BB?= =?UTF-8?q?=E8=BE=93=E5=85=A5=E6=A1=86=E9=97=AA=E5=8A=A8=E7=9A=84=E6=83=85?= =?UTF-8?q?=E5=86=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: cjand <1747143535@qq.com> --- .../webview_flutter/webview_flutter_ohos/example/lib/main.dart | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/webview_flutter/webview_flutter_ohos/example/lib/main.dart b/packages/webview_flutter/webview_flutter_ohos/example/lib/main.dart index 213a511c9..e8800cbb9 100644 --- a/packages/webview_flutter/webview_flutter_ohos/example/lib/main.dart +++ b/packages/webview_flutter/webview_flutter_ohos/example/lib/main.dart @@ -249,6 +249,7 @@ Page resource error: Widget build(BuildContext context) { return Scaffold( backgroundColor: const Color(0xFF4CAF50), + resizeToAvoidBottomInset: false, appBar: AppBar( title: const Text('Flutter WebView example'), // This drop down menu demonstrates that Flutter widgets can be shown over the web view. -- Gitee