fixed - hidden part on pwa when keyboard is open#382
fixed - hidden part on pwa when keyboard is open#382eposha wants to merge 3 commits intoemilkowalski:mainfrom
Conversation
|
@eposha is attempting to deploy a commit to the emil Team on Vercel. A member of the Team first needs to authorize it. |
|
Any chance this can be prioritized for review? I'm also experiencing this issue |
At the moment I have loaded the code from the repository into the project, fixed these few lines and I am importing not from node_modules but from the place where this code is located I also added these two properties to Drawer.Primitive to prevent the scroll animation bug when closing the keyboard |
|
This did work when focusing individual inputs, but it doesn't work when we have multiple inputs and switching between them. Either by directly tapping each input or using the keyboard arrows to switch input focus. Any ideas how to fix this? |
|
Also it doesn't work well with Android devices at all. Much much worse in regard to the whitespace issue along with the panel shrinking and expanding whenever an input is focused. Works better on iOS but still not fixed. |
Do you use autofocus on input? If yes, you should disable it |
That solves this issue #255