From faeb407e0e96c5c2e98be0bd15b4efccd91ee797 Mon Sep 17 00:00:00 2001 From: Booker Date: Wed, 20 May 2026 04:04:12 +0700 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=A6=81=E7=94=A8=E5=BA=95=E9=83=A8?= =?UTF-8?q?=E5=AE=89=E5=85=A8=E5=8C=BA=E4=BB=A5=E6=94=B9=E5=96=84=E5=B8=83?= =?UTF-8?q?=E5=B1=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/main.dart | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/main.dart b/lib/main.dart index 78ef398..947ee45 100644 --- a/lib/main.dart +++ b/lib/main.dart @@ -253,6 +253,7 @@ class _H5ShellPageState extends State with WidgetsBindingObserver { }, child: Scaffold( body: SafeArea( + bottom: false, child: Stack( children: [ WebViewWidget(controller: _controller),