Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix bugs regarding authentication #269

Merged
merged 2 commits into from Dec 2, 2020

Conversation

ricoberger
Copy link
Member

  • For larger screens (tablets), the Sign In button was hidden and the user had to scroll to click the button. Now the button should be visible for all display sizes.
  • For that we add a new hook useWindowHeight, which returns the current height of the window. If the window height is to small to display the icon and the Sign In button we hide the icon.
  • We also rename the Sign In button to Unlock.
  • Instead of clicking the unlock button, the user is automatically ask to unlock the app via Face ID / Touch ID. This means the user only must click the unlock button, when the authentication fails.

Fixes #263 and #264.

For larger screens (tablets), the Sign In button was hidden and the user
had to scroll to click the button. Now the button should be visible for
all display sizes.

For that we add a new hook useWindowHeight, which returns the current
height of the window. If the window height is to small to display the
icon and the Sign In button we hide the icon.

We also rename the Sign In button to Unlock.
Instead of clicking the unlock button, the user is automatically ask to
unlock the app via Face ID / Touch ID. This means the user only must
click the unlock button, when the authentication fails.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Bug: android in landscape mode hides login button
1 participant