Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I/ViewRootImpl: jank_removeInvalidNode all the node in jank list is out of time #494

Open
zhuimengHCZ opened this issue Jul 30, 2019 · 11 comments

Comments

@zhuimengHCZ
Copy link

zhuimengHCZ commented Jul 30, 2019

System info

Issue occurs on: iOS / Android / both
Plugin version: xxx
Flutter doctor output:

paste it here...

Steps to Reproduce

class WebDetail extends StatelessWidget {
// Instance of WebView plugin
final flutterWebViewPlugin = FlutterWebviewPlugin();
String url, title;

WebDetail({Key key, @required this.title, @required this.url})
: super(key: key);
@Protected

@OverRide
Widget build(BuildContext context) {
print("allurl==$url");
return new WebviewScaffold(
url: url,
appBar: new AppBar(
leading: new IconButton(
icon: Icon(Icons.arrow_back),
onPressed: () {
Navigator.maybePop(context);
}),
actions: [
IconButton(
icon: const Icon(Icons.autorenew),
onPressed: () {
flutterWebViewPlugin.reload();
})
],
// ignore: unnecessary_brace_in_string_interps
title: new Text("${title}", style: TextStyle(color: Colors.white))),
withZoom: true,
withLocalStorage: true,
hidden: true,
initialChild: Container(
color: Colors.redAccent,
child: const Center(child: Text('Waiting.....'))),
);
}

  1. ...
  2. ...
  3. ...

Logs

I/ViewRootImpl: jank_removeInvalidNode all the node in jank list is out of time

@eggfly
Copy link

eggfly commented Feb 4, 2021

same issue

@samirjemaa
Copy link

samirjemaa commented Feb 14, 2021

même problème.
I/HwViewRootImpl(13365): removeInvalidNode all the node in jank list is out of time

@frankli-dev
Copy link

same issue

@GosuMania
Copy link

GosuMania commented Mar 28, 2021

same issue when i click back button, and it's so slow only on android.

@jinjilynn
Copy link

jinjilynn commented Mar 28, 2021

Generally, the first time is ok, but the second time i will encounter this error when debugging

Android only

@Arham-Aalam
Copy link

Same issue when navigating to Webview again:
By the way what's the main reason for this error?
I/HwViewRootImpl(13365): removeInvalidNode all the node in jank list is out of time

@xuhaibiao
Copy link

I'm having the same problem, can it be caused by permissions?

@max16150
Copy link

Same here

@OsamaAbdelhameed
Copy link

June 2022 SAME ISSUE

@mfundoshabalala
Copy link

August 2022, same issue.

@come219
Copy link

come219 commented Feb 17, 2023

same issue...
android debugging

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests