0

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?.

prabhakaran
  • 147
  • 2
  • 13

1 Answers1

0

use below code:-

android:windowSoftInputMode="adjustPan"

more info see below link :-

virtual keyboard hiding edit text, setting from fragment

Community
  • 1
  • 1
duggu
  • 37,851
  • 12
  • 116
  • 113