Open xanather opened 2 months ago
those are basically two different issues that were introduced by the same refactor (basically a rewrite) of the plugin.
i already created a issue including reproduction repo for "adjustPan on older Androids" here: https://github.com/ionic-team/capacitor-plugins/issues/2158
The thing about the navigation bar is that it depends on wether you run your app in immersive mode or not. If yes, the webview also covers the navbar space. The plugin should detect that and add the navbar height correspondingly.
My bad @chriswep GitHub issue search sucks. I started digging into this issue hours ago which that would've popped up.
Technically going solely off just the titles this is a different issue though but related so I'll leave this up.
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 💙
I'm not going to do that as I am short on time. I love the work that the OSS community has put into capacitor but all you need to do is read the merged PR for the complaints. There is enough information across the two issues and PR I linked.
I'm facing the same issue. On 6.0.2, the plugin returns the wrong keyboard. I suppose the navbar is calculated as well.
Bug Report
Plugin(s)
Capacitor Keyboard
Capacitor Version
6+
Affected Platform(s)
Android all versions, for older versions (Android 9) the bug is even more severe where no keyboard callbacks are made when windowSoftInputMode adjustPan mode is enabled.
Current Behavior
Expected Behavior
Code Reproduction
Other Technical Details
Additional Context
See PR that broke functionality: https://github.com/ionic-team/capacitor-plugins/pull/1980