fluttercommunity / flutter_webview_plugin

Community WebView Plugin - Allows Flutter to communicate with a native WebView.

Home Page:https://pub.dev/packages/flutter_webview_plugin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

"initialChild" is always displayed in iOS after "initialChild" is set.

LvJson opened this issue · comments

After initialChild is set, only the content in initialChild is displayed. When the "initialChild" is cancelled the correct page will load normally. Android doesn't have this problem.

I tested it again, and it's not the reason I said. It's when "Hidden = True" that the page doesn't load.

Further research found that iOS could not listen to the callback after the page was loaded