fluttercommunity / fluttercommunity/flutter_webview_plugin

how to trigger onUrlChange ?

オープン
#854 コメント 0 件 リアクション 0 件 担当者 0 名 GitHub で見る
主要言語
Java
スター
1.5k
フォーク
938
PR マージ指標
30日以内にマージされた PR はありません

説明

I can’t monitor it when switching the h5 page in webview, how can I do it?

this is my code:

void initState() {
super.initState();
_urlChangeListener = flutterWebviewPlugin.onUrlChanged.listen((String url) {
print('123456789876543, $url');
if(mounted) {

}
});
}

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

調査の方向性

Start with the initState snippet and its onUrlChanged subscription, then reproduce switching the H5 page in the webview while observing the printed URL output. The issue names no repository file or test; done means establishing whether the listener can observe this navigation and documenting the supported trigger or limitation.

索引モデルが issue の本文から書いたものです。

評価

技術スタック
dart, flutter
領域
mobile
issue の種類
バグ
難易度
4/5
見積もり時間
3〜5日
活発さ
停滞
明瞭さ
説明が足りない
初心者へのやさしさ
25/100

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。