EmoticonGIFKeyboard icon indicating copy to clipboard operation
EmoticonGIFKeyboard copied to clipboard

How to prevent EmoticonGIFKeyboard to be shown at starting

Open Shahjahan786 opened this issue 6 years ago • 8 comments

EmoticonGIFKeyboard should not be shown by default, it should open only when click on button

Shahjahan786 avatar Jun 08 '18 05:06 Shahjahan786

Is there any solution for it? I am facing the same issue.

WilsonChristian94 avatar Jul 31 '18 12:07 WilsonChristian94

Did you try calling emoticonGIFKeyboardFragment.close()?

JotaFerreira avatar Jul 31 '18 20:07 JotaFerreira

I did a workaround by calling emoticonGIFKeyboardFragment.close() after a small delay, else it would throw NullPointerException on emoticonGIFKeyboardFragment

WilsonChristian94 avatar Aug 01 '18 08:08 WilsonChristian94

Another way is hide keyboard container R.id.keyboard_container getSupportFragmentManager() .beginTransaction() .replace(R.id.keyboard_container, EmoticonGIFKeyboardFragment) .commit();

JotaFerreira avatar Aug 01 '18 11:08 JotaFerreira

okay

WilsonChristian94 avatar Aug 01 '18 11:08 WilsonChristian94

Options 1: not elegant .........if you use de code inside the file EmoticonGIFKeyboardFragment in the line mRootView = view.findViewById(R.id.root_view); --->>>>>> after add mRootView.setVisibility(View.GONE);

options 2: inside xml fragment_emoticon_gif_keyboard add inside line android:id="@+id/root_view" -->>>> android:visibility="gone"

dan085 avatar Nov 11 '18 20:11 dan085

i want to show search gif..without keyboard above ... everytime my softkeyboard stay above gif search ..

lucazin avatar Apr 11 '19 23:04 lucazin

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

lucazin avatar Apr 11 '19 23:04 lucazin