2022-05-16

flutter open browser as separate window (in app pop up)

how does oauth (google signin) open a pop-up window & close the window once sign-in is complete?

context: i would like to open a window as a popup until user completes an action (payment) & close the window once done.

launch like below seems to take the whole screen.

launch("http://www.google.com", forceSafariVC: true, forceWebView: true)

want something like below & not an inline webview oauth web view

Edit: saw this question. Now trying to find a solution for android.



No comments:

Post a Comment