Is there a way to get key events when forcing keyboard this way in Fragment onCreateView method:
getActivity().getWindow().setSoftInputMode(
WindowManager.LayoutParams.SOFT_INPUT_STATE_ALWAYS_VISIBLE);
Also would need the keyboard to be in numeric mode.
Thanks.