fluttercommunity / fluttercommunity/flutter_webview_plugin
Problem Show after Hide WebView for Android
未关闭
- 主要语言
- Java
- 星标
- 1.5k
- 派生
- 938
- PR 合并指标
- 30 天内没有已合并 PR
描述
Hello! Problem Show after Hide WebView for Android.
Solution:
File: WebviewManager.java
`if (webView != null) {`
` webView.setVisibility(View.INVISIBLE); => webView.setVisibility(View.GONE);`
`}`
And here
`if (hidden){`
` webView.setVisibility(View.INVISIBLE); => webView.setVisibility(View.GONE);`
`}`
贡献指南
这个仓库没有索引到贡献指南
调研方向
Open WebviewManager.java and inspect the two visibility assignments identified in the issue. Verify the Android WebView hide path and the initial non-null path, then update both locations consistently and confirm that hiding no longer leaves the WebView shown.
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- android, java
- 领域
- mobile
- Issue 类型
- 缺陷
- 难度
- 1/5
- 预计耗时
- 1 小时以内
- 活跃度
- 停滞
- 描述清晰度
- 描述清楚
- 新手友好度
- 45/100