[Flutter] Open Universal login web page in a custom Web view element?

Can I open Universal login web page in a custom Web view element or at least customize the header?
I’m using Auth0 flutter SDK and the issue in only on iOS.

Hi there @TornikeAuth!

Unfortunately, the address bar is specific to SFSafariViewController and can’t be modified. Using a webview is highly discouraged (by Auth0 as well as Apple/Google) in this scenario - You will lose SSO along with nearly all Auth0 OOB features.

Hope this helps to clarify!

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.