Skip to content
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

Open
Shahjahan786 opened this issue Jun 8, 2018 · 8 comments
Open

How to prevent EmoticonGIFKeyboard to be shown at starting #13

Shahjahan786 opened this issue Jun 8, 2018 · 8 comments

Comments

@Shahjahan786
Copy link

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

@WilsonChristian94
Copy link

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

@JotaFerreira
Copy link

Did you try calling emoticonGIFKeyboardFragment.close()?

@WilsonChristian94
Copy link

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

@JotaFerreira
Copy link

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

@WilsonChristian94
Copy link

okay

@dan085
Copy link

dan085 commented Nov 11, 2018

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"

@lucazin
Copy link

lucazin commented Apr 11, 2019

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

@lucazin
Copy link

lucazin commented Apr 11, 2019

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants