avioli / uni_links

Flutter plugin for accepting incoming links.
BSD 2-Clause "Simplified" License
563 stars 303 forks source link

[Question] Browser not closing after link working #17

Closed AlexandreRoba closed 5 years ago

AlexandreRoba commented 5 years ago

I'm using custom scheme and am testing on my iOS Simulator which is running IOS12.1.

Hi, I'm trying to perform an OAuth scenario. I use the package launch_url to open the oauth authorization end point. There I provide my user credentials. Everything works fine. My app gets called back through the redirect uri that use my custom scheme and host but the safari browser stay open on top of the app with a blank page. I need to manually click on the top left corner OK button to close it and see my app. My app is not coming to the foreground with the deep link call back from safari. Any idea on how to resolve this? Thanks for any help.

Great package thanks for this.

Alex

AlexandreRoba commented 5 years ago

this was not related to the deep linking but was related to the launch package itself. They have corrected this but and everything is back in order.