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
When i change [type] of element to 'tel', while the keyboard is showing, the google keyboard changes its type to numeric but plugin doesn't recalculate its height and doesn't emit events keyboardWillShow and keyboardDidShow, so there is black or white (depending on system settings) bar above it
Expected Behavior
In previous versions (4.x.x) it will emit both events keyboardWillShow and keyboardDidShow, when [type] is changed and keyboard is open, and the height is recalculated - black/white bar is not showing
Bug Report
Plugin(s)
@capacitor/keyboard: 6.0.3
Capacitor Version
Platform(s)
Android
Current Behavior
When i change [type] of element to 'tel', while the keyboard is showing, the google keyboard changes its type to numeric but plugin doesn't recalculate its height and doesn't emit events keyboardWillShow and keyboardDidShow, so there is black or white (depending on system settings) bar above it
Expected Behavior
In previous versions (4.x.x) it will emit both events keyboardWillShow and keyboardDidShow, when [type] is changed and keyboard is open, and the height is recalculated - black/white bar is not showing
Code Reproduction
https://github.com/bezegora/bar-above-keyboard
Other Technical Details
reproduces on android emulator with API 33
Additional Context
When debugging i found that it just doesnt recalculate hight when type of keyboard changes
The text was updated successfully, but these errors were encountered: