You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
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 bykeyboardWillShow
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 withbottom: keyboardHeight
you can see it renders the box.When viewing the simulator the little portion of the keyboard that provides additional functionality is obscuring the input box:
on iOS the box renders in the correct spot.
Additional Context
The text was updated successfully, but these errors were encountered: