fluttercommunity/flutter_webview_plugin

_onStateChanged listener is only once?

Open

#42 opened on 2018年3月4日

GitHub で見る
 (3 comments) (7 reactions) (0 assignees)Java (919 forks)batch import
bughelp wanted

Repository metrics

Stars
 (1,457 stars)
PR merge metrics
 (30d に merged 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.

コントリビューターガイド