Layout in background is getting intracted when tap on foreground layout Android -
I am designing a tab based Android application and using fragmentation. There are some edits in my first piece layout and after navigating to another piece, which is not any editing technology, virtual keypad is going to appear on the tap. And after a few hours of testing, I found it because of its editing caption which is in the previous section. How to stop it?
Use it in ur activity where you do not want a virtual keyboard
< Code> activity = this.getActivity (); InputMethodManager inputMethodManager = (InputMethodManager) activity.getSystemService (Activity. INPUT_METHOD_SERVICE); InputMethod Manager (PHP)
Comments
Post a Comment