Azure-Samples / active-directory-b2c-xamarin-native

This is a simple Xamarin Forms app showcasing how to use MSAL to authenticate users via Azure Active Directory B2C, and access a Web API with the resulting tokens.
http://aka.ms/aadb2c
MIT License
111 stars 65 forks source link

How to Hide the title bar in Android - for Login page #145

Closed walnut-co closed 3 years ago

walnut-co commented 3 years ago

For a xamarin forms app, is it possible to hide the title bar "My App" as show in the screen shot ? I am using .WithUseEmbeddedWebView(true)

Thanks

image

jmprieur commented 3 years ago

@kberawala : no it's not possible.

walnut-co commented 3 years ago

any alternative suggestion ?