Question

I have one activity and that activity having fragment, in that fragment when i focus the edittext the soft keyboard hides the edittext data how to fix the issue?.

Was it helpful?

Solution

use below code:-

android:windowSoftInputMode="adjustPan"

more info see below link :-

virtual keyboard hiding edit text, setting from fragment

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top