fluttercommunity/flutter_webview_plugin

_onStateChanged listener is only once?

Aberta

#42 aberto em 4 de mar. de 2018

 (3 comentários) (7 reações) (0 responsável)Java (919 forks)batch import
bughelp wanted

Métricas do repositório

Stars
 (1.457 estrelas)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

Description

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.

Guia do colaborador