flutter / flutter

Flutter makes it easy and fast to build beautiful apps for mobile and beyond
https://flutter.dev
BSD 3-Clause "New" or "Revised" License
164.86k stars 27.16k forks source link

[webview_flutter] Support spawning new webviews from JS #36052

Open Jiyupeng334 opened 5 years ago

Jiyupeng334 commented 5 years ago

I hope the webview_flutter plugin can support multiple windows.I need this funcation to login facebook.

rajeshzmoke commented 4 years ago

Also Need this functionality when a new window/tab is spawned and Window.postMessage() is used to set data in the new window/tab

sam-parks commented 4 years ago

This feature is needed, especially for OAuth flows. After completing the OAuth flow I get stuck and cannot get back to my main application because everything is happening in one window.