Ok, I will do my best to describe my issue further:
Here is all the config code I got regarding keyboard and scrolling:
$ionicConfigProvider.scrolling.jsScrolling(false);
cordova.plugins.Keyboard.hideKeyboardAccessoryBar(false);
I have the ionic Keyboard plugin installed and I use the newest stable version of x-walk.
The keyboard is opened automaticly when my input gets active.
Here is a screenshot of the Problem: (The Button is cut of by a white bar above the keyboard)
I hope this helps you understand my Problem.