MaikuB / flutter_appauth

A Flutter wrapper for AppAuth iOS and Android SDKs
270 stars 243 forks source link

Use another browser to IOS instead of SafariViewController #315

Closed dimitristoz closed 1 year ago

dimitristoz commented 2 years ago

Hello, I am trying to find a way to launch the login page into a different browser. Is there a way to do that?

MaikuB commented 2 years ago

Not via this plugin. You'd need to investigate if the AppAuth iOS SDK supports this and if it does, potentially may be one that requires you to use your own fork to achieve this

onizuka87 commented 2 years ago

I've submitted a PR for this issue: #318

MaikuB commented 1 year ago

Closing this as I left questions in PR that remain unanswered and one of them concerns a scenario where the user closes the browser and the app has no way of knowing this. If anyone is interested in then they can look to providing an updated PR or maintain their own fork