-
Notifications
You must be signed in to change notification settings - Fork 178
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
Keyboard height is incorrect on iPhone X #62
Comments
you're not accounting for pixel density of ~2 so it works out to around 760. I'm having the same issue, going to post a PR fixing this. |
So problem on my side to determine 2x density or this problem on plugin side ? |
The plugin return the size in points, and the size is correct. If you have a viewport like this If for some reason you need the real pixels, you'll have to multiply the returned keyboard size by Not sure where you get that size should be 760 |
Using event keyboardDidShow, getting keyboard height and it's about 379 but should be 760
The text was updated successfully, but these errors were encountered: