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

[cozy-auth] Use MobilePageLayout #872

Open
Crash-- opened this issue Nov 22, 2019 · 0 comments
Open

[cozy-auth] Use MobilePageLayout #872

Crash-- opened this issue Nov 22, 2019 · 0 comments

Comments

@Crash--
Copy link
Contributor

Crash-- commented Nov 22, 2019

Currently Cozy-Auth do not use PageLayout so the buttons are displayed on top of the keyboard on iOS.

https://docs.cozy.io/cozy-ui/react/#page

Tried to just wrap in PageContent and PageFooter it didn't work at the first try. So creating this issue

Crash-- added a commit to cozy/cozy-drive that referenced this issue Nov 22, 2019
The used keyboard plugin brings us a few issues mainly this one:
when we open the keyboard and then close it, we couldn't scroll
anymore.

At the begining we use this keyboard for the auth page in order
to shrink the view and let a few buttons on top of the keyboard
on iOS. We created a PageLayout for that, and we need to use it
for cozy-auth (cozy/cozy-libs#872)
Crash-- added a commit to cozy/cozy-drive that referenced this issue Nov 25, 2019
The used keyboard plugin brings us a few issues mainly this one:
when we open the keyboard and then close it, we couldn't scroll
anymore.

At the begining we use this keyboard for the auth page in order
to shrink the view and let a few buttons on top of the keyboard
on iOS. We created a PageLayout for that, and we need to use it
for cozy-auth (cozy/cozy-libs#872)
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

No branches or pull requests

1 participant