Monday, 29 March 2021

windowSoftInputMode: adjustResize doesn't work properly for numeric keyboard, when keyboard suggests text

When text is copied to clipboard and suggestion is shown, top of keyboard hides the small part of view behind, I think it's a problem of "Gboard", because if EditText inputType is "text" everything works fine, but when it's "number" type, it causes problem.

Here is style that I use:

<style name="BottomSheetDialogStyle">
    <item name="android:windowIsFloating">false</item>
    <item name="android:statusBarColor">@android:color/transparent</item>
    <item name="android:windowSoftInputMode">adjustResize</item>
</style>

enter image description here



from windowSoftInputMode: adjustResize doesn't work properly for numeric keyboard, when keyboard suggests text

No comments:

Post a Comment