MaikuB / flutter_appauth

A Flutter wrapper for AppAuth iOS and Android SDKs
269 stars 239 forks source link

How do I prevent a user from closing the Chrome Custom Tab browser window? #507

Open MeltdownInteractive opened 1 week ago

MeltdownInteractive commented 1 week ago

Is there any configuration I can use for the plugin to not show the 'X' in the top left of the Chrome Custom Tab that is opened when getting a token?

I don't want users to be able to close the browser that appears until they login.

Thanks