I want to permanently disable the soft-keyboard from appearing in a fragment in android.
In my scenario there are three fragments that is integrated to a viewpager in an activity.
When i reach the second fragment which only contains a spinner. On spinner dropdown the keyboard appears.
Have tried all solutions in stack overflow yet nothing was successful.
Please help me to permanently disable the keyboard from appearing in the Second fragment
Please keep in mind this is a tablet application.