Skip to content

fixed - hidden part on pwa when keyboard is open#382

Open
eposha wants to merge 3 commits intoemilkowalski:mainfrom
eposha:fix/hidden-part-on-pwa-when-keyboard-is-open
Open

fixed - hidden part on pwa when keyboard is open#382
eposha wants to merge 3 commits intoemilkowalski:mainfrom
eposha:fix/hidden-part-on-pwa-when-keyboard-is-open

Conversation

@eposha
Copy link

@eposha eposha commented Jun 27, 2024

That solves this issue #255

@vercel
Copy link

vercel bot commented Jun 27, 2024

@eposha is attempting to deploy a commit to the emil Team on Vercel.

A member of the Team first needs to authorize it.

@fabirydel
Copy link

Any chance this can be prioritized for review? I'm also experiencing this issue

@eposha
Copy link
Author

eposha commented Jul 1, 2024

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

preventScrollRestoration
disablePreventScroll

@ghost
Copy link

ghost commented Jul 31, 2024

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?

@ghost
Copy link

ghost commented Aug 13, 2024

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.

@eposha
Copy link
Author

eposha commented Aug 13, 2024

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

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.

2 participants