fluttercommunity / fluttercommunity/flutter_webview_plugin
Problem Show after Hide WebView for Android
Đang mở
- Ngôn ngữ chính
- Java
- Star
- 1.5k
- Fork
- 938
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
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);`
`}`
Hướng dẫn đóng góp
Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này
Đánh giá
Issue này chưa được đánh giá.