We are working on an implementation with FusionAuth that will leverage a web-based login and registration flow and want to leverage it across client types, as possible. We understand that leveraging a separate browser and coming back into the mobile app is one of the typical integrations for this.
However, iOS and Android both have SDK objects that share context with the native browsers, like SFSafariViewController and Chrome Custom Tabs, but can be opened up from within a mobile application visually - they are not basic webviews, and are supposed to share context with the external browser while still providing similar security.
Has FusionAuth or a partner/client seen a successful integration leveraging this kind of browser object?