fluttercommunity/flutter_webview_plugin

_onStateChanged listener is only once?

Open

#42 创建于 2018年3月4日

在 GitHub 查看
 (3 评论) (7 反应) (0 负责人)Java (919 fork)batch import
bughelp wanted

仓库指标

Star
 (1,457 star)
PR 合并指标
 (30 天内没有已合并 PR)

描述

I wrote the example. https://pub.dartlang.org/packages/flutter_webview_plugin#-example-tab-

I pushed "Open widget webview" button. The example show log text onStateChanged: WebViewState.startLoad and onStateChanged: WebViewState.finishLoad in the bottom.

I pushed "Open widget webview" button again, but it didn't show log text again. Why only once?

I just want to do is that call JS when WebviewScaffold's url finish.

贡献者指南