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

Android Pixel 7, API 33 keyboardHeight incorrect #1858

Closed
albertreed opened this issue Oct 24, 2023 · 3 comments
Closed

Android Pixel 7, API 33 keyboardHeight incorrect #1858

albertreed opened this issue Oct 24, 2023 · 3 comments

Comments

@albertreed
Copy link

Bug Report

Plugin(s)

keyboard

Capacitor Version

Latest Dependencies:

@capacitor/cli: 5.5.0
@capacitor/core: 5.5.0
@capacitor/android: 5.5.0
@capacitor/ios: 5.5.0

Installed Dependencies:

@capacitor/cli: 5.3.0
@capacitor/core: 5.3.0
@capacitor/ios: 5.3.0
@capacitor/android: 5.3.0

Platform(s)

Android

Current Behavior

keyboardHeight returned by keyboardWillShow event does not reflect the full height of the keyboard widget.

Expected Behavior

keyboardHeight reflects the full height of the widget.

Code Reproduction

Keyboard.addListener("keyboardWillShow", (info) => {console.log(info);})

Other Technical Details

Running on the simulator, API 33, Pixel 7.

From the inspector, if I put a fixed box with bottom: keyboardHeight you can see it renders the box.
image

When viewing the simulator the little portion of the keyboard that provides additional functionality is obscuring the input box:
image

on iOS the box renders in the correct spot.
image

Additional Context

@Ionitron
Copy link
Collaborator

This issue needs more information before it can be addressed.
In particular, the reporter needs to provide a minimal sample app that demonstrates the issue.
If no sample app is provided within 15 days, the issue will be closed.

Please see the Contributing Guide for how to create a Sample App.

Thanks!
Ionitron 💙

@Ionitron
Copy link
Collaborator

It looks like this issue didn't get the information it needed, so I'll close it for now. If I made a mistake, sorry! I am just a bot.

Have a great day!
Ionitron 💙

Copy link

ionitron-bot bot commented Nov 25, 2023

Thanks for the issue! This issue is being locked to prevent comments that are not relevant to the original issue. If this is still an issue with the latest version of the plugin, please create a new issue and ensure the template is fully filled out.

@ionitron-bot ionitron-bot bot locked and limited conversation to collaborators Nov 25, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants