Skip to content

onProgressChanged not working in android #447

@phoenixd110

Description

@phoenixd110

here is my code

_onProgressChanged = flutterWebviewPlugin.onProgressChanged.listen((double newProgress) {
    print(newProgress);
  });

but progress value doesn't print at all in android devices but in IOS devices it works fine
can anyone help me?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions