fix: launch image icon size

This commit is contained in:
Rongjian Zhang
2020-12-13 02:00:50 +08:00
parent 6036849e9b
commit 15fe6dbdb6
8 changed files with 7 additions and 6 deletions

View File

@@ -55,7 +55,7 @@ class _HtmlViewState extends State<HtmlView> {
javascriptMode: JavascriptMode.unrestricted,
onWebViewCreated: (c) async {
controller = c;
timer = Timer.periodic(Duration(milliseconds: 300), (t) {
timer = Timer.periodic(Duration(milliseconds: 1000), (t) {
updateHeight();
});
},