fix: 禁用底部安全区以改善布局

This commit is contained in:
Booker
2026-05-20 04:04:12 +07:00
parent bae2bedcfe
commit faeb407e0e

View File

@@ -253,6 +253,7 @@ class _H5ShellPageState extends State<H5ShellPage> with WidgetsBindingObserver {
},
child: Scaffold(
body: SafeArea(
bottom: false,
child: Stack(
children: [
WebViewWidget(controller: _controller),