-
Notifications
You must be signed in to change notification settings - Fork 54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to prevent EmoticonGIFKeyboard to be shown at starting #13
Comments
Is there any solution for it? I am facing the same issue. |
Did you try calling |
I did a workaround by calling |
Another way is hide keyboard container R.id.keyboard_container |
okay |
Options 1: not elegant .........if you use de code inside the file EmoticonGIFKeyboardFragment in the line mRootView = view.findViewById(R.id.root_view); options 2: inside xml fragment_emoticon_gif_keyboard add inside line android:id="@+id/root_view" |
i want to show search gif..without keyboard above ... everytime my softkeyboard stay above gif search .. |
how can i override the search gif button ? ... always the softkeyboard be above the search .. i can see what im writing. before the softkeyboard open and the gif and emotion section up .. but its not the same behavior of whatsapp .. |
EmoticonGIFKeyboard should not be shown by default, it should open only when click on button
The text was updated successfully, but these errors were encountered: