You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
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)
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
The text was updated successfully, but these errors were encountered: