I have an activity with BottomNavigation
. If the user needs to click on the submit button soft keyboard hides it. Then he again needs to press the back button to see the submit button. In this case, I used windowSoftInputMode='adjustResize'
so that the screen gets resized automatically and the user can scroll up and click on the submit button.
But, I have BottomNavigation too, windowSoftInputMode='adjustResize'
makes BottomNavigation
float above the soft keyboard. Can anyone suggest a better solution? Any help will be appreciated. Thanks