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

Get VK’s boundingRect before it is shown (beforegeometrychange event) #24

Open
bramus opened this issue Mar 14, 2024 · 0 comments
Open

Comments

@bramus
Copy link

bramus commented Mar 14, 2024

After the virtual keyboard is shown/hidden, the geometrychange event gets dispatched. It contains info about the VK’s size.

I have received reports from frameworks like Ionic that they would like to know these values upfront, before the VK is actually shown, so that they can prepare things in the UI – such as FABs or the like – before the keyboard gets shown.

A beforegeometrychange would solve this, reporting boundingRect of the VK that is about to be shown.

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