fluttercommunity / fluttercommunity/flutter_webview_plugin
WebView is not fullscreen
- 主要语言
- Java
- 星标
- 1.5k
- 派生
- 938
- PR 合并指标
- 30 天内没有已合并 PR
描述
Hi there, i want just confirm is this a bug or not?
Maybe I'm doing something wrong? Or maybe this is a Xiaomi specific bug when renders webview widget.
red offset on the right and bottom.
[Screenschot](https://i.imgur.com/Ahab0yB.jpg)
in the UI is nothing special:
```
return MaterialApp(
home: Scaffold(
body: SafeArea(
child: WebviewScaffold(
url: initialUrl,
initialChild: Container(
color: Colors.red,
child: Center(
child: Text("Loading..."),
),
),
),
bottom: true,
left: true,
right: true,
top: true,
),
),
);
```
Thank you for help in advance =)
贡献指南
这个仓库没有索引到贡献指南
调研方向
首先,在报告的 Xiaomi 设备上使用 WebviewScaffold 重现示例,并将其布局与屏幕截图进行比较。检查红色偏移是否来自 SafeArea、scaffold 的 bottom/left/right/top 设置,或插件的 WebView 渲染。完成的标准是确定这是插件 bug 还是应用程序布局问题。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- dart, flutter
- 领域
- mobile-dev
- Issue 类型
- 缺陷
- 难度
- 3/5
- 预计耗时
- 1-2 天
- 活跃度
- 停滞
- 描述清晰度
- 需要澄清
- 新手友好度
- 25/100