Guilherme Carpi
Guilherme Carpi
Still present in 2.12.2
Updates?
Any updated?
> It seems the keyboard behavior is also broken when targeting Android 35. The height of the webview is not reduced anymore when the software keyboard is visible causing inputs...
@jamie-nzfunds & @derWebdesigner My solution for now was to use this plugin: https://github.com/capacitor-community/safe-area Safe area config: ```js SafeArea.enable({ config: { customColorsForSystemBars: true, statusBarColor: '#00000000', // transparent statusBarContent: 'dark', navigationBarColor: '#00000000',...
> [@gcarpi](https://github.com/gcarpi) Thank you very much dear Guilherme. And this is working consistently on newer and older devices with both different navigations (the bottom line and the full bottom menu...
> > My solution for now was to use this plugin: https://github.com/capacitor-community/safe-area > > Thanks for the tip, I tried out your suggestion and found there’s a bug in the...
This is happening here too. Any solutions?