flutter_webview_plugin icon indicating copy to clipboard operation
flutter_webview_plugin copied to clipboard

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

Open LvJson opened this issue 3 years ago • 2 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.

LvJson avatar Sep 29 '21 09:09 LvJson

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

LvJson avatar Sep 29 '21 09:09 LvJson

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

LvJson avatar Sep 30 '21 01:09 LvJson