oneHamidreza / MeowBottomNavigation

Android Meow Bottm Navigation
http://etebarian.com
1.34k stars 200 forks source link

input keyboard opens and suddenly closes dramatically #52

Open mohammedelnady opened 4 years ago

mohammedelnady commented 4 years ago

there is no reply for help Are You ALIVE ?!

mohammedelnady commented 4 years ago

are you alright ?!

oneHamidreza commented 4 years ago

please send more info from issue such as screen-shot or your codes

mohammedelnady commented 4 years ago

https://drive.google.com/file/d/1PZksbrpI6ttHIjXiiLc9du9xemAcPTwY/view?usp=drivesdku

I uploaded a Preview inwhich when I open keyboard ,it closes permanently everytime

oneHamidreza commented 4 years ago

ok . i will check it.

oneHamidreza commented 4 years ago

Please send your codes. Are you sure to this issue is related with Meow Bottom Navigation?

mohammedelnady commented 4 years ago

الصبر يارب Yes it's abug in your library And you assigned here as abug https://github.com/oneHamidreza/MeowBottomNavigation/issues/45

Are you ok ??

DevUai commented 4 years ago

Any solution? I'm having the same problem with the Java version.

newarifrh commented 4 years ago

try to add this code in your manifest like this way

 <activity android:name=".MainActivity"
        android:windowSoftInputMode="adjustPan">
DevUai commented 4 years ago

Unfortunately it didn't work. It keeps opening and closing instantly.

mohammedelnady commented 4 years ago

any recommendations ?

mohammedelnady commented 4 years ago

any updates?!

mohammedelnady commented 4 years ago

hey?!

mohammedelnady commented 4 years ago

Are You Alive ?

mohammedelnady commented 4 years ago

Hey

ashokgaire commented 4 years ago

same problem here

abhishektiwarijr commented 4 years ago

Just take all code from onMeasure() method in MeowBottomNavigation class and paste it in the method initializeViews() at the bottom after line allowDraw = true. And Voila!

Shamseldienmahmoud commented 4 years ago

Just take all code from onMeasure() method in MeowBottomNavigation class and paste it in the method initializeViews() at the bottom after line allowDraw = true. And Voila!

not working bro

Shamseldienmahmoud commented 4 years ago

Any solution? same problem with the Java version.

abhishektiwarijr commented 4 years ago

Well, I've tried kotlin version and I don't think it should matter with the language. You can see below.

ezgif com-optimize

mahdijahandide commented 4 years ago

add windowSoftInput="adjust_resize" in manifest and it will be fixed

Shamseldienmahmoud commented 4 years ago

add windowSoftInput="adjust_resize" in manifest and it will be fixed

not working

abhishektiwarijr commented 4 years ago

@Shamseldienmahmoud This didn't work https://github.com/oneHamidreza/MeowBottomNavigation/issues/52#issuecomment-622261915 ? And I hope your activity has this snippet
android:configChanges="keyboardHidden|orientation|screenSize" in manifest Let us know if there's anything else.

oneHamidreza commented 4 years ago

The Sample in Project doesn't have issue with an EditText.

oneHamidreza commented 4 years ago

Check v1.3.1.

komalM01 commented 4 years ago

https://drive.google.com/file/d/1PZksbrpI6ttHIjXiiLc9du9xemAcPTwY/view?usp=drivesdku

I uploaded a Preview inwhich when I open keyboard ,it closes permanently everytime

Have faced Same issue

bottomNavigation.setOnClickMenuListener { // YOUR CODES }

I have Used above listener and it will work for me....hope this will work for you as well

fkocak2505 commented 3 years ago

https://drive.google.com/file/d/1PZksbrpI6ttHIjXiiLc9du9xemAcPTwY/view?usp=drivesdku

I uploaded a Preview inwhich when I open keyboard ,it closes permanently everytime

Have faced Same issue

bottomNavigation.setOnClickMenuListener { // YOUR CODES }

I have Used above listener and it will work for me....hope this will work for you as well

yeah it's working. I have same issue but when I use "setOnClickMenuListener" than fixing. Thanks..!

MegiasHack commented 3 years ago

Solution for java?

MegiasHack commented 3 years ago

Solution for java?

If anyone had the problem on java, you need to use click listener instead show listener and leave show listener empty and it will work.

komalM01 commented 3 years ago

bottomNavigation.setOnClickMenuListener implement this listener

On Tue, Apr 27, 2021, 3:02 AM MegiasHack @.***> wrote:

Solution for java?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/oneHamidreza/MeowBottomNavigation/issues/52#issuecomment-827159722, or unsubscribe https://github.com/notifications/unsubscribe-auth/AJCM4TS26BPYPDE2SBD37FDTKXLVVANCNFSM4LBRC6FQ .

Zeyrox1090 commented 2 years ago

😔