auth0-samples / auth0-xamarin-oidc-samples

Auth0 OIDC Client with Xamarin applications
MIT License
30 stars 38 forks source link

Move Login Button lower to ensure it works when Nudge is visible #41

Closed frederikprijck closed 3 years ago

frederikprijck commented 3 years ago

When using devices that have a Nudge, the login button is displayed at the Nudge, making it impossible to click the button.

image

This PR moves the button lower to ensure it doesn't end up being hidden behind the nudge.

image