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

Add an ability to show views over the keyboard (when it's open) #373

Open
kirillzyusko opened this issue Feb 29, 2024 · 0 comments
Open
Assignees
Labels
enhancement New feature or request

Comments

@kirillzyusko
Copy link
Owner

Is your feature request related to a problem? Please describe.

I'd like to have an ability to show custom views over the keyboard as in Telegram, for example:

iOS Android
RPReplay_Final1709298448.MP4
over-keyboard-view.mp4

Describe the solution you'd like

That would be good to have OverKeyboardView exported from this library. The API could be like:

<OverKeyboardView>
  {/* custom views is placed here */}
</OverKeyboardView>

Describe alternatives you've considered

There is no good alternatives. Right now we need to close a keyboard and show elements to be sure they are not drawn under the keyboard.

Modals and portals are not helping a lot here, since view still obscured by the keyboard.

Additional context

We can take telegram app as a reference to see how it was implemented there.

@kirillzyusko kirillzyusko added the enhancement New feature or request label Feb 29, 2024
@kirillzyusko kirillzyusko self-assigned this Feb 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant