Android Keyboard setting not working

When entering an ion-input, the Android Keyboard pops up. Clicking on the gear symbold opens the Android Keyboard settings. Under “text correction” the enabled setting “Auto-capitalization” is not working. The keyboar shows every letter in lower case even after a finished sentence.

A workaround could be using the " autocapitalize" attribute. But I would need a way to apply that attribute to every ion-input. Not one by one. The preferred solution is to follow the keyboard settings!

Tested on Android 10

"@ionic-native/core": "^5.22.0",
"@ionic-native/screen-orientation": "^5.22.0",
"@ionic/angular": "5.5.3",
"@capacitor/android": "^2.4.6",
"@capacitor/core": "2.4.6",
"@capacitor/ios": "^2.4.6",
"cordova-android": "9.0.0",
"cordova-browser": "5.0.4",
"cordova-ios": "5.1.0",

Edit: The workaround can be applied to all instances via directive (using selector: ‘ion-input’).

The main issue still remains - that the keyboard settings are not respected.