flutter_webview_plugin icon indicating copy to clipboard operation
flutter_webview_plugin copied to clipboard

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

Open zhuimengHCZ opened this issue 6 years ago • 11 comments
trafficstars

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: <Widget>[ 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

zhuimengHCZ avatar Jul 30 '19 07:07 zhuimengHCZ

same issue

eggfly avatar Feb 04 '21 10:02 eggfly

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

samirjemaa avatar Feb 14 '21 23:02 samirjemaa

same issue

frankli-dev avatar Feb 22 '21 21:02 frankli-dev

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

GosuMania avatar Mar 28 '21 09:03 GosuMania

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

Android only

jinjilynn avatar Mar 28 '21 13:03 jinjilynn

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

Arham-Aalam avatar Apr 12 '21 12:04 Arham-Aalam

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

xuhaibiao avatar Oct 11 '21 07:10 xuhaibiao

Same here

max16150 avatar Apr 26 '22 13:04 max16150

June 2022 SAME ISSUE

OsamaAbdelhameed avatar Jun 23 '22 10:06 OsamaAbdelhameed

August 2022, same issue.

mfundoshabalala avatar Aug 05 '22 13:08 mfundoshabalala

same issue... android debugging

come219 avatar Feb 17 '23 06:02 come219